diff --git a/discord/ext/commands/parameters.py b/discord/ext/commands/parameters.py index 56d165a7b119..d3bb3036c936 100644 --- a/discord/ext/commands/parameters.py +++ b/discord/ext/commands/parameters.py @@ -306,6 +306,7 @@ def default_guild(ctx: Context[Any]) -> Guild: displayed_default='', converter=GuildConverter, ) +CurrentGuild._fallback = True class Signature(inspect.Signature):