aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-01-21 04:27:20 -0500
committerRapptz <[email protected]>2020-01-21 04:27:20 -0500
commitd9cd4a35612b72ffc08877b465ce97d9b079b4cb (patch)
tree1b62ae4376d8743d33d9f5b2a44b1ef9897cc303 /docs
parentDrop superfluous zero in version related changes in the documentation (diff)
downloaddiscord.py-d9cd4a35612b72ffc08877b465ce97d9b079b4cb.tar.xz
discord.py-d9cd4a35612b72ffc08877b465ce97d9b079b4cb.zip
[commands] Implement Command.__call__
Diffstat (limited to 'docs')
-rw-r--r--docs/ext/commands/api.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst
index 6147d16b..8dfeec37 100644
--- a/docs/ext/commands/api.rst
+++ b/docs/ext/commands/api.rst
@@ -73,6 +73,7 @@ Command
.. autoclass:: discord.ext.commands.Command
:members:
+ :special-members: __call__
.. autoclass:: discord.ext.commands.Group
:members: