mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
22 lines
No EOL
391 B
ReStructuredText
22 lines
No EOL
391 B
ReStructuredText
.. currentmodule:: boticordpy.websocket
|
|
|
|
###########
|
|
WebSocket
|
|
###########
|
|
|
|
BotiCord Websocket
|
|
-------------------
|
|
|
|
.. autoclass:: BotiCordWebsocket
|
|
:exclude-members: listener
|
|
:inherited-members:
|
|
|
|
.. automethod:: BotiCordWebsocket.listener()
|
|
:decorator:
|
|
|
|
|
|
Notification types
|
|
-------------------
|
|
.. function:: comment_removed(data)
|
|
|
|
Called when comment is deleted. |