From 18b91d66e5c807cbb36804ecbd80e5126a650bfd Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 27 Jul 2020 21:21:17 +0100 Subject: [PATCH] Made the colour enso_embedmod_colours --- cogs/enso.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/enso.py b/cogs/enso.py index 9fb52470..81a989cb 100644 --- a/cogs/enso.py +++ b/cogs/enso.py @@ -317,7 +317,7 @@ class Enso(commands.Cog): async def verification(self, ctx): # Set up embed to let the user know that they have to react with ✅ embed = Embed(title="**Verification**", - colour=Colour(0xFF69B4), + colour=enso_embedmod_colours, timestamp=datetime.datetime.utcnow()) embed.set_thumbnail(url=ctx.guild.icon_url)