From 3ad95f374659f55a66e09c19b660bfc383332352 Mon Sep 17 00:00:00 2001 From: Willy Date: Fri, 30 Jul 2021 21:29:40 -0400 Subject: [PATCH] [commands] Document dynamic_cooldown --- docs/ext/commands/api.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst index 437e894a6..27d782306 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: