From ec084dcb1fb32e1abdb6dc6d180ae7e553180b25 Mon Sep 17 00:00:00 2001 From: Adriene Hutchins Date: Mon, 2 Mar 2020 15:20:53 -0500 Subject: [PATCH] Even more about formatting --- extensions/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/core.py b/extensions/core.py index 742c503..c9b054d 100644 --- a/extensions/core.py +++ b/extensions/core.py @@ -75,11 +75,11 @@ class Core(commands.Cog): async def about(self, ctx): """Returns information about this bot.""" - msg = f"__**{self.bot.user.name}**__ - _{self.bot.description}_\n" + 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:** __\n" - msg += "_Note: Please attempt to contact the hoster of any separate instances before this 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._" await ctx.send(msg)