From e090ee4308cee9eedace58bf2db3ee29b010f2fa Mon Sep 17 00:00:00 2001 From: Nadir Chowdhury Date: Thu, 25 Feb 2021 02:15:10 +0000 Subject: [PATCH] Fix NameError with invoked_parents --- discord/ext/commands/context.py | 1 + 1 file changed, 1 insertion(+) diff --git a/discord/ext/commands/context.py b/discord/ext/commands/context.py index 3bd27ea85..8af9c5e8c 100644 --- a/discord/ext/commands/context.py +++ b/discord/ext/commands/context.py @@ -183,6 +183,7 @@ class Context(discord.abc.Messageable): index, previous = view.index, view.previous invoked_with = self.invoked_with invoked_subcommand = self.invoked_subcommand + invoked_parents = self.invoked_parents subcommand_passed = self.subcommand_passed if restart: