Added vote and about to tutorial message

This commit is contained in:
Adriene Hutchins 2020-03-20 11:20:38 -04:00
parent ac12788afc
commit 5beeec669a
1 changed files with 9 additions and 0 deletions

View File

@ -48,6 +48,15 @@ class Core(commands.Cog):
f"My prefix{'es are' if self.bot.prefix else ' is'}: "
f"{prefixes}.\n\n"
"You may find more information with `help`.\n\n"
"You may also find our support server and repo with `about`"
)
if 'extensions.botlist' in self.extensions_list:
msg += ", or vote and review this bot with `vote`."
else:
msg += ".\n\n"
msg += (
"_Please note that this bot may log errors, guild names, "
"command calls/contents, and the names of command users "
"for debug and maintenance purposes. "