aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/holidays/halloween/candy_collection.py
diff options
context:
space:
mode:
authorGravatar TizzySaurus <[email protected]>2021-10-27 00:13:25 +0100
committerGravatar GitHub <[email protected]>2021-10-26 23:13:25 +0000
commitd6d8992e68a18819706bcb2a6e40a7ee1e581ca9 (patch)
tree512c4a0dc2e3ee77f1df3a8e146186d25d6f005f /bot/exts/holidays/halloween/candy_collection.py
parentMerge pull request #926 from python-discord/tools/isort (diff)
Migrate to `og_blurple` (#924)
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(),