aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--botcore/utils/cooldown.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/botcore/utils/cooldown.py b/botcore/utils/cooldown.py
index 31505ace..015734d2 100644
--- a/botcore/utils/cooldown.py
+++ b/botcore/utils/cooldown.py
@@ -41,6 +41,7 @@ class CommandOnCooldown(CommandError, typing.Generic[P, R]):
self,
message: str | None,
function: Callable[P, Awaitable[R]],
+ /,
*args: P.args,
**kwargs: P.kwargs,
):