aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2021-01-31 16:45:09 -0800
committerGravatar GitHub <[email protected]>2021-01-31 16:45:09 -0800
commit28bc7419f681170040eca6c4be672ecd8abfbf76 (patch)
tree5724d0f5ee1a796d254a299c5fd7838e7afad510 /bot/constants.py
parentMerge pull request #397 from ks129/tic-tac-toe (diff)
parentRemove brackets from .join (diff)
Merge pull request #567 from Shivansh-007/feature/link_issues
Automatically linking issues using repo#number in messages
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 1d41a53e..1234ef3b 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
@@ -114,6 +116,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
@@ -128,6 +132,12 @@ class Channels(NamedTuple):
voice_chat_1 = 799647045886541885
+class Categories(NamedTuple):
+ development = 411199786025484308
+ devprojects = 787641585624940544
+ media = 799054581991997460
+
+
class Client(NamedTuple):
name = "Sir Lancebot"
guild = int(environ.get("BOT_GUILD", 267624335836053506))