diff options
Diffstat (limited to 'cogs/general.py')
-rwxr-xr-x | cogs/general.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/general.py b/cogs/general.py index 64e0ab6..65ff521 100755 --- a/cogs/general.py +++ b/cogs/general.py @@ -384,7 +384,7 @@ class MyHelpCommand(commands.MinimalHelpCommand): ]
def get_command_signature(self, command):
- return f"``{self.clean_prefix}{command.qualified_name} {command.signature}``"
+ return f"``{self.context.clean_prefix}{command.qualified_name} {command.signature}``"
def get_ending_note(self) -> str:
return choice(self.messages)
|