diff --git a/discord/ext/commands/core.py b/discord/ext/commands/core.py index b73f2ac84..5c755ed4e 100644 --- a/discord/ext/commands/core.py +++ b/discord/ext/commands/core.py @@ -391,6 +391,7 @@ class Group(GroupMixin, Command): yield from self.callback(*ctx.args, **ctx.kwargs) if ctx.invoked_subcommand: + ctx.invoked_with = trigger yield from ctx.invoked_subcommand.invoke(ctx) # Decorators