Update help.py

This commit is contained in:
Elmon11 2021-01-17 01:41:39 +01:00 committed by GitHub
parent bb7abf585d
commit 26052699c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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