From d9f485848589a55a217d56a670349ee5f7171a23 Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Fri, 8 Jun 2018 12:55:41 -0800 Subject: [PATCH] Reformatted help message --- src/exts/utils.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/exts/utils.py b/src/exts/utils.py index 75bd46e..a963372 100644 --- a/src/exts/utils.py +++ b/src/exts/utils.py @@ -708,19 +708,19 @@ class Utils: prefixes = ', '.join(prefixes) owner = await self.bot.get_user_info(self.bot.owner_id) pag.set_embed_meta(title='Geeksbot Help', - description=f'{self.bot.description}\n' - f'For more information about a command please run\n' + description=f'For more information about a command please run\n' f'{prefixes.split(",")[0]}help [group] ', thumbnail=f'{ctx.guild.me.avatar_url}') if command is None: - pag.add(f"Welcome to Geeksbot's help command.\n" + pag.add(f"\uFFF6Welcome to Geeksbot's help command.\n" + f"[{self.bot.description}]\n" f"Below you will find some basic information about me.\n\n" - f"Version: {self.bot.__version__}\n\n" - f"Owner: Dusty.P\n" - f" Username: {owner.name}#{owner.discriminator}\n" - f" ID: {owner.id}\n\n" + f"Version: <{self.bot.__version__}>\n\n" + f"Owner: \n" + f"> Username: {owner.name}#{owner.discriminator}\n" + f"> ID: {owner.id}\n\n" f"Prefixes available for this guild:\n" - f" {prefixes}\n\uFFF7\n\uFFF8") + f"> {prefixes}\n\uFFF7\n\uFFF8") for cog in sorted(self.bot.cogs): for command in self.bot.get_cog_commands(cog): if not command.hidden: