diff options
| author | 2021-10-21 20:43:32 +0100 | |
|---|---|---|
| committer | 2021-10-21 20:43:32 +0100 | |
| commit | b55add31fb6baba06f4e4d3879419e4f963a29a6 (patch) | |
| tree | 090824d2fc5b0c8977003e272b6209a816777a78 /bot/exts/holidays/halloween/candy_collection.py | |
| parent | Merge 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.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(), |