Update help.py

This commit is contained in:
Elmon11 2021-01-07 20:16:06 +01:00 committed by GitHub
parent f35422689b
commit 9cab9da5fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)