We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20bc83 commit dee234bCopy full SHA for dee234b
twitchio/ext/commands/core.py
@@ -621,7 +621,7 @@ def command(
621
An optional bool, indicating whether to run cooldown guards after all other guards succeed.
622
Defaults to ``False``, which means cooldowns will be checked **after** all guards have successfully completed.
623
bypass_global_guards: bool
624
- An optional bool, indicating whether the command should bypass the :func:`~.commands.Bot.global_guard`.
+ An optional bool, indicating whether the command should bypass the :meth:`.Bot.global_guard`.
625
Defaults to ``False``.
626
627
Examples
0 commit comments