diff --git a/docs/source/websocket.rst b/docs/source/websocket.rst index 5fcc5ec..2c14bdb 100644 --- a/docs/source/websocket.rst +++ b/docs/source/websocket.rst @@ -13,10 +13,26 @@ BotiCord Websocket .. automethod:: BotiCordWebsocket.listener() :decorator: + + .. automethod:: BotiCordWebsocket.global_listener() + :decorator: Notification types ------------------- -.. function:: comment_removed(data) +.. function:: up_added(data) + + Called when up is added. + +.. function:: comment_added(data) + + Called when comment is added. + +.. function:: comment_edited(data) + + Called when comment is deleted. - Called when comment is deleted. \ No newline at end of file +.. function:: comment_removed(data) + + Called when comment is deleted. +