aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/holidays/halloween/candy_collection.py
diff options
context:
space:
mode:
authorGravatar Izan <[email protected]>2021-10-21 20:43:32 +0100
committerGravatar Izan <[email protected]>2021-10-21 20:43:32 +0100
commitb55add31fb6baba06f4e4d3879419e4f963a29a6 (patch)
tree090824d2fc5b0c8977003e272b6209a816777a78 /bot/exts/holidays/halloween/candy_collection.py
parentMerge pull request #922 from python-discord/ks123/bugfix/display_avatar (diff)
Migrate to `og_blurple`
Diffstat (limited to 'bot/exts/holidays/halloween/candy_collection.py')
-rw-r--r--bot/exts/holidays/halloween/candy_collection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/holidays/halloween/candy_collection.py b/bot/exts/holidays/halloween/candy_collection.py
index 09bd0e59..079d900d 100644
--- a/bot/exts/holidays/halloween/candy_collection.py
+++ b/bot/exts/holidays/halloween/candy_collection.py
@@ -182,7 +182,7 @@ class CandyCollection(commands.Cog):
for index, record in enumerate(top_five)
) if top_five else "No Candies"
- e = discord.Embed(colour=discord.Colour.blurple())
+ e = discord.Embed(colour=discord.Colour.og_blurple())
e.add_field(
name="Top Candy Records",
value=generate_leaderboard(),