From efb17b64d52c7862b8ad369d8e0f45c5cc33e0e4 Mon Sep 17 00:00:00 2001 From: ReperakPro Date: Sat, 16 Jan 2021 12:35:25 -0600 Subject: [PATCH] Add color to help embed --- commands/help.py | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/help.py b/commands/help.py index 9f3249f..35f5a36 100644 --- a/commands/help.py +++ b/commands/help.py @@ -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)