diff options
author | 2019-02-05 14:52:29 -0500 | |
---|---|---|
committer | 2019-02-05 14:52:29 -0500 | |
commit | 4c045aa3c85373a0218345ff4c47a328ddc40728 (patch) | |
tree | 26e0952a36a1de79edbce7b400b4062a290cd3ff | |
parent | Add console steps, update pycharm steps and required env vars. (diff) |
Change Lovefest role ID
-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 9cb425f0..63f923d4 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -74,7 +74,7 @@ class Emojis: class Lovefest: channel_id = int(environ.get("LOVEFEST_CHANNEL_ID", 542272993192050698)) - role_id = int(environ.get("LOVEFEST_ROLE_ID", 542313670223331329)) + role_id = int(environ.get("LOVEFEST_ROLE_ID", 542431903886606399)) class Hacktoberfest(NamedTuple): |