Skip to content

Commit dee234b

Browse files
committed
Docs change
1 parent d20bc83 commit dee234b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitchio/ext/commands/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ def command(
621621
An optional bool, indicating whether to run cooldown guards after all other guards succeed.
622622
Defaults to ``False``, which means cooldowns will be checked **after** all guards have successfully completed.
623623
bypass_global_guards: bool
624-
An optional bool, indicating whether the command should bypass the :func:`~.commands.Bot.global_guard`.
624+
An optional bool, indicating whether the command should bypass the :meth:`.Bot.global_guard`.
625625
Defaults to ``False``.
626626
627627
Examples

0 commit comments

Comments
 (0)