From 9b575120e64fd1cb3e2b24793712d886296008bb Mon Sep 17 00:00:00 2001 From: scragly <29337040+scragly@users.noreply.github.com> Date: Sat, 1 Dec 2018 20:44:03 +1000 Subject: Allow Admin role env setting when debugging --- bot/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/constants.py') 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 -- cgit v1.2.3