aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Slushs <[email protected]>2021-06-08 20:21:33 -0400
committerGravatar Slushs <[email protected]>2021-06-08 20:21:33 -0400
commit6b98aaf27b5e858f4ed4b632944b664d8e67b132 (patch)
treec13e3537bba1471c20ea76b9f7879bbe8448f13a
parentFix reverted change (diff)
Change discord.py colour to constants colour
-rw-r--r--bot/exts/help_channels/_cog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/help_channels/_cog.py b/bot/exts/help_channels/_cog.py
index 8ceff624b..99e530b66 100644
--- a/bot/exts/help_channels/_cog.py
+++ b/bot/exts/help_channels/_cog.py
@@ -577,7 +577,7 @@ class HelpChannels(commands.Cog):
embed = discord.Embed(
title="Currently Helping",
description=f"You're currently helping in {message.channel.mention}",
- color=discord.Colour.green(),
+ color=constants.Colours.soft_green,
timestamp=message.created_at
)
embed.add_field(name="Conversation", value=f"[Jump to message]({message.jump_url})")