mirror of
https://github.com/TotalFreedomMC/TotalFreedomBot.git
synced 2024-12-22 07:34: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"""
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue