aboutsummaryrefslogtreecommitdiff
path: root/docs/ext/commands
diff options
context:
space:
mode:
authorRapptz <[email protected]>2021-04-10 15:49:39 -0400
committerRapptz <[email protected]>2021-04-10 15:49:39 -0400
commit42c3ee6eede258ee4de86ea0ca1d5e4a5219d037 (patch)
tree5ae3b0ab8974f86e01fdc47ed69bc8f2fed424df /docs/ext/commands
parentUpdate Sphinx to 3.5.3 (diff)
downloaddiscord.py-42c3ee6eede258ee4de86ea0ca1d5e4a5219d037.tar.xz
discord.py-42c3ee6eede258ee4de86ea0ca1d5e4a5219d037.zip
Bring back discord module in discord.ext.commands documentation
Diffstat (limited to 'docs/ext/commands')
-rw-r--r--docs/ext/commands/api.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst
index 94b379d3..99cb28ac 100644
--- a/docs/ext/commands/api.rst
+++ b/docs/ext/commands/api.rst
@@ -1,3 +1,5 @@
+.. currentmodule:: discord
+
API Reference
===============
@@ -174,7 +176,8 @@ Paginator
Enums
------
-.. class:: discord.ext.commands.BucketType
+.. class:: BucketType
+ :module: discord.ext.commands
Specifies a type of bucket for, e.g. a cooldown.