aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWilly <[email protected]>2021-07-30 21:29:40 -0400
committerGitHub <[email protected]>2021-07-30 21:29:40 -0400
commit3ad95f374659f55a66e09c19b660bfc383332352 (patch)
treeb887bcac510acb2d01dfd69db3836229859b7fdc /docs
parentAdd Thread to Messageable docstring (diff)
downloaddiscord.py-3ad95f374659f55a66e09c19b660bfc383332352.tar.xz
discord.py-3ad95f374659f55a66e09c19b660bfc383332352.zip
[commands] Document dynamic_cooldown
Diffstat (limited to 'docs')
-rw-r--r--docs/ext/commands/api.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst
index 437e894a..27d78230 100644
--- a/docs/ext/commands/api.rst
+++ b/docs/ext/commands/api.rst
@@ -304,6 +304,9 @@ Checks
.. autofunction:: discord.ext.commands.cooldown(rate, per, type=discord.ext.commands.BucketType.default)
:decorator:
+.. autofunction:: discord.ext.commands.dynamic_cooldown(cooldown, type=BucketType.default)
+ :decorator:
+
.. autofunction:: discord.ext.commands.max_concurrency(number, per=discord.ext.commands.BucketType.default, *, wait=False)
:decorator: