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 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):  |