diff options
| author | 2021-10-27 00:13:25 +0100 | |
|---|---|---|
| committer | 2021-10-26 23:13:25 +0000 | |
| commit | d6d8992e68a18819706bcb2a6e40a7ee1e581ca9 (patch) | |
| tree | 512c4a0dc2e3ee77f1df3a8e146186d25d6f005f /bot/exts/holidays | |
| parent | Merge pull request #926 from python-discord/tools/isort (diff) | |
Migrate to `og_blurple` (#924)
Diffstat (limited to 'bot/exts/holidays')
| -rw-r--r-- | bot/exts/holidays/halloween/candy_collection.py | 2 |
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(), |