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)