From f378f948d6528fba6689d739959be86b94269f84 Mon Sep 17 00:00:00 2001 From: Elmon11 Date: Sun, 17 Jan 2021 01:36:28 +0100 Subject: [PATCH] Update help.py --- commands/help.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/help.py b/commands/help.py index 35f5a36..d4edc16 100644 --- a/commands/help.py +++ b/commands/help.py @@ -15,8 +15,8 @@ class Help(commands.Cog): async def help(self, ctx, page=1): """Displays the help command""" em = discord.Embed( - title = 'Help Command' - colour = 0x00FF00 + title='Help Command', + colour=0x00FF00, ) cog_list = [c for c in self.bot.cogs.keys()] page_count = math.ceil(len(cog_list) / 4)