From 26052699c79c92535accaf2e802993ccbdc46493 Mon Sep 17 00:00:00 2001 From: Elmon11 Date: Sun, 17 Jan 2021 01:41:39 +0100 Subject: [PATCH] Update help.py --- commands/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/help.py b/commands/help.py index d4edc16..10d17d5 100644 --- a/commands/help.py +++ b/commands/help.py @@ -17,7 +17,7 @@ class Help(commands.Cog): em = discord.Embed( title='Help Command', colour=0x00FF00, - ) + ) cog_list = [c for c in self.bot.cogs.keys()] page_count = math.ceil(len(cog_list) / 4)