aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Cam Caswell <[email protected]>2021-07-08 20:31:47 -0400
committerGravatar Cam Caswell <[email protected]>2021-07-09 14:02:38 -0400
commitb5c6bd4831c9bd7dd6156bd8b3242580965b5c90 (patch)
tree4ffb78600903af8c6467a99c53bdf81b249d4d87
parentChange the "incorrect" emoji (diff)
Change the "game over" embed color
-rw-r--r--bot/exts/evergreen/duck_game.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/duck_game.py b/bot/exts/evergreen/duck_game.py
index 5c83efa7..0c75c5c3 100644
--- a/bot/exts/evergreen/duck_game.py
+++ b/bot/exts/evergreen/duck_game.py
@@ -262,7 +262,7 @@ class DuckGamesDirector(commands.Cog):
old_footer = ""
embed_as_dict = game_embed.to_dict() # Cannot set embed color after initialization
- embed_as_dict["color"] = Colours.soft_red
+ embed_as_dict["color"] = discord.Color.red().value
game_embed = discord.Embed.from_dict(embed_as_dict)
game_embed.set_footer(