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
bb7abf585d
commit
26052699c7
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Help(commands.Cog):
|
||||||
em = discord.Embed(
|
em = discord.Embed(
|
||||||
title='Help Command',
|
title='Help Command',
|
||||||
colour=0x00FF00,
|
colour=0x00FF00,
|
||||||
)
|
)
|
||||||
cog_list = [c for c in self.bot.cogs.keys()]
|
cog_list = [c for c in self.bot.cogs.keys()]
|
||||||
page_count = math.ceil(len(cog_list) / 4)
|
page_count = math.ceil(len(cog_list) / 4)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue