Nadir Chowdhury
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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: |
|
|
|