aboutsummaryrefslogtreecommitdiff
path: root/docs/ext/commands/api.rst
diff options
context:
space:
mode:
authorJosh <[email protected]>2021-08-10 22:35:15 +1000
committerGitHub <[email protected]>2021-08-10 08:35:15 -0400
commit1c63816cc057ef81c3f32cb724614d059f878198 (patch)
tree995dedf987f8b05e745ed34e4471fb54830abecb /docs/ext/commands/api.rst
parent[commands] Document GuildNotFound (diff)
downloaddiscord.py-1c63816cc057ef81c3f32cb724614d059f878198.tar.xz
discord.py-1c63816cc057ef81c3f32cb724614d059f878198.zip
[commands] Document / type-hint cooldown
Diffstat (limited to 'docs/ext/commands/api.rst')
-rw-r--r--docs/ext/commands/api.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst
index 93b01343..e9631514 100644
--- a/docs/ext/commands/api.rst
+++ b/docs/ext/commands/api.rst
@@ -330,6 +330,14 @@ Checks
.. _ext_commands_api_context:
+Cooldown
+---------
+
+.. attributetable:: discord.ext.commands.Cooldown
+
+.. autoclass:: discord.ext.commands.Cooldown
+ :members:
+
Context
--------