diff --git a/discord/ext/commands/parameters.py b/discord/ext/commands/parameters.py index 56d165a7b..d3bb3036c 100644 --- a/discord/ext/commands/parameters.py +++ b/discord/ext/commands/parameters.py @@ -306,6 +306,7 @@ CurrentGuild = parameter( displayed_default='', converter=GuildConverter, ) +CurrentGuild._fallback = True class Signature(inspect.Signature):