mirror of
https://github.com/TotalFreedomMC/TotalFreedomBot.git
synced 2024-12-22 15:44:57 +00:00
Update help.py
This commit is contained in:
parent
701763c63c
commit
f378f948d6
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue