From 9cab9da5fcfb9922d9cbebcc9ebcb41cbc4c7840 Mon Sep 17 00:00:00 2001 From: Elmon11 Date: Thu, 7 Jan 2021 20:16:06 +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 07294f6..d27c441 100644 --- a/commands/help.py +++ b/commands/help.py @@ -1,7 +1,8 @@ import math -import discord +import discord from discord.ext import commands + from functions import get_avatar @@ -15,7 +16,6 @@ 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()] page_count = math.ceil(len(cog_list) / 4)