Update help.py

This commit is contained in:
Elmon11 2021-01-17 01:36:28 +01:00 committed by GitHub
parent 701763c63c
commit f378f948d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ class Help(commands.Cog):
async def help(self, ctx, page=1):
"""Displays the help command"""
em = discord.Embed(
title = 'Help Command'
colour = 0x00FF00
title='Help Command',
colour=0x00FF00,
)
cog_list = [c for c in self.bot.cogs.keys()]
page_count = math.ceil(len(cog_list) / 4)