Added version number to help command

This commit is contained in:
Adriene Hutchins 2020-03-02 01:17:04 -05:00
parent d110c194cc
commit bb6bcd13bc
2 changed files with 1 additions and 1 deletions

View File

@ -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