Fix NameError with invoked_parents
This commit is contained in:
parent
b903066e4d
commit
e090ee4308
@ -183,6 +183,7 @@ class Context(discord.abc.Messageable):
|
|||||||
index, previous = view.index, view.previous
|
index, previous = view.index, view.previous
|
||||||
invoked_with = self.invoked_with
|
invoked_with = self.invoked_with
|
||||||
invoked_subcommand = self.invoked_subcommand
|
invoked_subcommand = self.invoked_subcommand
|
||||||
|
invoked_parents = self.invoked_parents
|
||||||
subcommand_passed = self.subcommand_passed
|
subcommand_passed = self.subcommand_passed
|
||||||
|
|
||||||
if restart:
|
if restart:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user