aboutsummaryrefslogtreecommitdiff
path: root/discord
diff options
context:
space:
mode:
Diffstat (limited to 'discord')
-rw-r--r--discord/ext/commands/context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ext/commands/context.py b/discord/ext/commands/context.py
index 45d96f2b..3bd27ea8 100644
--- a/discord/ext/commands/context.py
+++ b/discord/ext/commands/context.py
@@ -190,7 +190,7 @@ class Context(discord.abc.Messageable):
view.index = len(self.prefix)
view.previous = 0
self.invoked_parents = []
- view.get_word() # advance to get the root command
+ self.invoked_with = view.get_word() # advance to get the root command
else:
to_call = cmd