We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdedec1 commit 9a29ad8Copy full SHA for 9a29ad8
docs/api.rst
@@ -39,13 +39,15 @@ Event reference
39
Called when autopost raises an exception during server count posting.
40
41
:param exception: The raised exception object.
42
+ :type exception: Exception
43
44
.. function:: on_dbl_vote(data)
45
on_dsl_vote(data)
46
47
Called when someone votes for your bot on Top.gg.
48
- :param data: The data with vote info returned in dict object.
49
+ :param data: The data with vote info returned.
50
+ :type data: dict
51
52
Example: ::
53
0 commit comments