From cc3360b9131a7e21dce75d8a6454f1fb75be3214 Mon Sep 17 00:00:00 2001 From: Adriene Hutchins Date: Mon, 2 Mar 2020 15:25:59 -0500 Subject: [PATCH] Fixed typo, last really last about change --- extensions/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/core.py b/extensions/core.py index 7f08689..013b70a 100644 --- a/extensions/core.py +++ b/extensions/core.py @@ -78,7 +78,7 @@ class Core(commands.Cog): msg = f"__**{self.bot.user.name}**__ - _{self.bot.description}_\n\n" msg += f"This instance by **{self.bot.appinfo.owner}.**\n\n" msg += "**Source Code:** __\n" - msg += "**Support Server:** __\\nn" + msg += "**Support Server:** __\n\n" msg += "_Note: Please attempt to contact the hoster of any separate instances before this server._\n" msg += f"_See **{ctx.prefix}**`help` for help, `invite` to add the bot, and `stats` for statistics._"