diff options
author | 2021-04-15 20:39:50 +0530 | |
---|---|---|
committer | 2021-04-15 20:39:50 +0530 | |
commit | 1670e5a48efb50324096df859e673d30528380e4 (patch) | |
tree | 3bebbc78784ea0195b748b0fa5c11f3bb4780229 /bot/constants.py | |
parent | Use custom help command util for sending command help. (diff) |
Add reddit channel ID to constants.
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index dfb39364..f5baec35 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -111,6 +111,7 @@ class Channels(NamedTuple): voice_chat_0 = 412357430186344448 voice_chat_1 = 799647045886541885 staff_voice = 541638762007101470 + reddit = int(environ.get("CHANNEL_REDDIT", 458224812528238616)) class Categories(NamedTuple): |