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 b9245553..ac91933d 100644
--- a/discord/ext/commands/core.py
+++ b/discord/ext/commands/core.py
@@ -648,6 +648,7 @@ class Group(GroupMixin, Command):
# undo the trigger parsing
view.index = previous
view.previous = previous
+ ctx.command = self
self._verify_checks(ctx)
yield from self._parse_arguments(ctx)
injected = inject_context(ctx, self.callback)