mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
Added version number to help command
This commit is contained in:
parent
d110c194cc
commit
bb6bcd13bc
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -193,7 +193,7 @@ class HelpCommand(commands.MinimalHelpCommand):
|
||||||
|
|
||||||
def get_opening_note(self):
|
def get_opening_note(self):
|
||||||
bot = self.context.bot
|
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):
|
def get_ending_note(self):
|
||||||
command_name = self.invoked_with
|
command_name = self.invoked_with
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue