From 5beeec669a3aa2a29bf924c29bd4b2b54a920bb6 Mon Sep 17 00:00:00 2001 From: Adriene Hutchins Date: Fri, 20 Mar 2020 11:20:38 -0400 Subject: [PATCH] Added vote and about to tutorial message --- extensions/core.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/extensions/core.py b/extensions/core.py index edbc149..8ebe62a 100644 --- a/extensions/core.py +++ b/extensions/core.py @@ -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. "