aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2018-12-01 20:44:03 +1000
committerGravatar scragly <[email protected]>2018-12-03 09:18:50 +1000
commit9b575120e64fd1cb3e2b24793712d886296008bb (patch)
tree85140762f2ca45d4ff952bbce003411ace18d6ff
parentCleanup Baseclass (diff)
Allow Admin role env setting when debugging
-rw-r--r--bot/constants.py2
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