Even more about formatting

This commit is contained in:
Adriene Hutchins 2020-03-02 15:20:53 -05:00
parent ca84747e1d
commit ec084dcb1f
1 changed files with 2 additions and 2 deletions

View File

@ -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:** _<https://github.com/taciturasa/searchbot-discord>_\n"
msg += "**Support Server:** _<https://discord.gg/4BpReNV>_\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)