diff --git a/commands/help.py b/commands/help.py index 2933336..28065d7 100644 --- a/commands/help.py +++ b/commands/help.py @@ -14,8 +14,8 @@ class Help(commands.Cog): 'Displays the help command' em = discord.Embed() em.title = 'Help Command' - command_list = '' - cog_list = [c for c in self.bot.cogs.keys()] + command_list = '' + cog_list = [c for c in self.bot.cogs.keys()] page_count = math.ceil(len(cog_list) / 4) page = int(page)