aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/ext/commands/core.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/ext/commands/core.py b/discord/ext/commands/core.py
index b73f2ac8..5c755ed4 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