diff options
| author | 2019-04-21 09:35:36 +1000 | |
|---|---|---|
| committer | 2019-04-21 09:35:36 +1000 | |
| commit | 890a0e1eb045b3a984ccb10a6e3007c21761edda (patch) | |
| tree | 1537aee65fc8257a75b4d4e5bb63986d6ce775d0 /bot/seasons/easter/egg_hunt/constants.py | |
| parent | Allow prefix env, move db location. (diff) | |
Prevent weird errors, adjust constants to prod IDs.
Diffstat (limited to 'bot/seasons/easter/egg_hunt/constants.py')
| -rw-r--r-- | bot/seasons/easter/egg_hunt/constants.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bot/seasons/easter/egg_hunt/constants.py b/bot/seasons/easter/egg_hunt/constants.py index d3ab5962..6a673686 100644 --- a/bot/seasons/easter/egg_hunt/constants.py +++ b/bot/seasons/easter/egg_hunt/constants.py @@ -26,10 +26,10 @@ class Roles: class Emoji: - egg_white = bot.get_emoji(569006388437844023) - egg_blurple = bot.get_emoji(569006905972752384) - egg_gold = bot.get_emoji(569079769736675328) - egg_diamond = bot.get_emoji(569109259288182784) + egg_white = bot.get_emoji(569266762428841989) + egg_blurple = bot.get_emoji(569266666094067819) + egg_gold = bot.get_emoji(569266900106739712) + egg_diamond = bot.get_emoji(569266839738384384) class Colours: |