diff options
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index 5382d5f3..6db8c68f 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -51,7 +51,7 @@ class Hacktoberfest(NamedTuple): class Roles(NamedTuple): - admin = 267628507062992896 + admin = int(environ.get('SEASONALBOT_DEBUG', 267628507062992896)) announcements = 463658397560995840 champion = 430492892331769857 contributor = 295488872404484098 |