From 340ab4b140c802f6a3df9e641b95afb5ddbd2ccf Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Fri, 8 Jun 2018 12:57:26 -0800 Subject: [PATCH] Reformatted description --- src/__main__.py | 2 +- src/exts/utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/__main__.py b/src/__main__.py index a38b95f..9bd827f 100644 --- a/src/__main__.py +++ b/src/__main__.py @@ -44,7 +44,7 @@ emojis: Dict[str, str] = { class Geeksbot(commands.Bot): def __init__(self, **kwargs): kwargs["command_prefix"] = self.get_custom_prefix - self.description = 'I am Geeksbot Dev! Fear me!\nI might just break and take you with me :P' + self.description = 'I am Geeksbot Dev! Fear me!\n I might just break and take you with me :P' kwargs['description'] = self.description super().__init__(**kwargs) self.aio_session = aiohttp.ClientSession(loop=self.loop) diff --git a/src/exts/utils.py b/src/exts/utils.py index a963372..97cd12f 100644 --- a/src/exts/utils.py +++ b/src/exts/utils.py @@ -713,7 +713,7 @@ class Utils: thumbnail=f'{ctx.guild.me.avatar_url}') if command is None: pag.add(f"\uFFF6Welcome to Geeksbot's help command.\n" - f"[{self.bot.description}]\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: \n"