diff options
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 4e09b448..9cb425f0 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -72,6 +72,11 @@ class Emojis: check = "\u2611" +class Lovefest: + channel_id = int(environ.get("LOVEFEST_CHANNEL_ID", 542272993192050698)) + role_id = int(environ.get("LOVEFEST_ROLE_ID", 542313670223331329)) + + class Hacktoberfest(NamedTuple): channel_id = 498804484324196362 voice_id = 514420006474219521 |