From b036c9aa23099a6d3eb74bb1b548277cfbdb5edd Mon Sep 17 00:00:00 2001 From: scragly <29337040+scragly@users.noreply.github.com> Date: Sat, 1 Dec 2018 22:51:47 +1000 Subject: Add season element set methods, add server icon change support --- 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 6db8c68f..52da161e 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -51,7 +51,7 @@ class Hacktoberfest(NamedTuple): class Roles(NamedTuple): - admin = int(environ.get('SEASONALBOT_DEBUG', 267628507062992896)) + admin = int(environ.get('SEASONALBOT_ADMIN', 267628507062992896)) announcements = 463658397560995840 champion = 430492892331769857 contributor = 295488872404484098 -- cgit v1.2.3