From ff9f6b3189b399fe131a670def30210291511405 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 1 Jul 2020 20:57:09 +0100 Subject: [PATCH] Fixing String --- cogs/help/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/help/help.py b/cogs/help/help.py index 503812fe..3482655e 100644 --- a/cogs/help/help.py +++ b/cogs/help/help.py @@ -173,7 +173,7 @@ def stop_embed(self): enso_name = self.bot.user.display_name # Set up the Embed to display when the user reacts with the stop reaction - misc_commands = Embed(title="**help Commands Embed Closed!**", + misc_commands = Embed(title="**Help Commands Embed Closed!**", colour=Colour(0xFF69B4), timestamp=datetime.datetime.utcnow())