diff --git a/extensions/core.py b/extensions/core.py index 3c1f3f2..742c503 100644 --- a/extensions/core.py +++ b/extensions/core.py @@ -75,8 +75,8 @@ class Core(commands.Cog): async def about(self, ctx): """Returns information about this bot.""" - msg = f"**{self.bot.description}**\n" - msg += f"Created by **taciturasa#4365**, this instance by **{self.bot.appinfo.owner}.**\n\n" + msg = f"__**{self.bot.user.name}**__ - _{self.bot.description}_\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"