Add color to help embed

This commit is contained in:
ReperakPro 2021-01-16 12:35:25 -06:00
parent bc31585a4a
commit efb17b64d5

View file

@ -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)