aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Scragly <[email protected]>2019-04-21 09:59:33 +1000
committerGravatar Scragly <[email protected]>2019-04-21 09:59:33 +1000
commit9245565f5fa4d58afbfad4ee7c43609079aa7056 (patch)
tree7c41956c70ac2b6576dc3319e2e8a74769aca5ce
parentPrevent weird errors, adjust constants to prod IDs. (diff)
Add prod role IDs to constants.
-rw-r--r--bot/seasons/easter/egg_hunt/constants.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/seasons/easter/egg_hunt/constants.py b/bot/seasons/easter/egg_hunt/constants.py
index 6a673686..592235b2 100644
--- a/bot/seasons/easter/egg_hunt/constants.py
+++ b/bot/seasons/easter/egg_hunt/constants.py
@@ -21,8 +21,8 @@ class EggHuntSettings:
class Roles:
- white = GUILD.get_role(569123918795898921)
- blurple = GUILD.get_role(569124011406000139)
+ white = GUILD.get_role(569304397054607363)
+ blurple = GUILD.get_role(569304472820514816)
class Emoji: