diff --git a/extensions/__pycache__/core.cpython-38.pyc b/extensions/__pycache__/core.cpython-38.pyc index c4719e9..4a6fbc7 100644 Binary files a/extensions/__pycache__/core.cpython-38.pyc and b/extensions/__pycache__/core.cpython-38.pyc differ diff --git a/extensions/core.py b/extensions/core.py index 94611bd..653ae69 100644 --- a/extensions/core.py +++ b/extensions/core.py @@ -193,7 +193,7 @@ class HelpCommand(commands.MinimalHelpCommand): def get_opening_note(self): bot = self.context.bot - return f"__**{bot.user.name}**__ - _{bot.description}_" + return f"__**{bot.user.name} v{bot.config['VERSION']}**__ - _{bot.description}_" def get_ending_note(self): command_name = self.invoked_with