diff options
author | 2021-02-02 06:18:26 +0530 | |
---|---|---|
committer | 2021-02-02 06:18:26 +0530 | |
commit | bfd1e284c624628f832b7f26eda6b00afbd86121 (patch) | |
tree | 4da2f9e2d39eee8c2019feaaecded3c06bd1b4b7 /bot/constants.py | |
parent | everyone -> everyone_role and remove developers role (diff) | |
parent | Merge branch 'master' into feature/cheat.sh (diff) |
Merge branch 'feature/cheat.sh' of https://github.com/Shivansh-007/sir-lancebot into feature/cheat.sh
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 8e210ad3..bb538487 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -9,6 +9,7 @@ __all__ = ( "AdventOfCode", "Branding", "Channels", + "Categories", "Client", "Colours", "Emojis", @@ -100,6 +101,7 @@ class Channels(NamedTuple): big_brother_logs = 468507907357409333 bot = 267659945086812160 checkpoint_test = 422077681434099723 + organisation = 551789653284356126 devalerts = 460181980097675264 devlog = int(environ.get("CHANNEL_DEVLOG", 622895325144940554)) dev_contrib = 635950537262759947 @@ -108,6 +110,8 @@ class Channels(NamedTuple): message_log = 467752170159079424 mod_alerts = 473092532147060736 modlog = 282638479504965634 + mod_meta = 775412552795947058 + mod_tools = 775413915391098921 off_topic_0 = 291284109232308226 off_topic_1 = 463035241142026251 off_topic_2 = 463035268514185226 @@ -124,6 +128,9 @@ class Channels(NamedTuple): class Categories(NamedTuple): help_in_use = 696958401460043776 + development = 411199786025484308 + devprojects = 787641585624940544 + media = 799054581991997460 class Client(NamedTuple): |