From 6082bf26928917d97e5c8d51ada418657505863b Mon Sep 17 00:00:00 2001 From: Elmon11 Date: Wed, 2 Dec 2020 22:36:04 +0100 Subject: [PATCH] fixing codacy detected issues --- commands/help.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)