mirror of
https://github.com/TotalFreedomMC/TotalFreedomBot.git
synced 2024-12-22 15:44:57 +00:00
Add color to help embed
This commit is contained in:
parent
bc31585a4a
commit
efb17b64d5
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ class Help(commands.Cog):
|
||||||
"""Displays the help command"""
|
"""Displays the help command"""
|
||||||
em = discord.Embed(
|
em = discord.Embed(
|
||||||
title = 'Help Command'
|
title = 'Help Command'
|
||||||
|
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