Browse Source
[commands] Document dynamic_cooldown
pull/7313/head
Willy
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
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: |
|
|
|
|
|
|
|