aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/constants.py1
-rw-r--r--config-default.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 3c129afd2..82df8c6f0 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -336,6 +336,7 @@ class Channels(metaclass=YAMLGetter):
off_topic_3: int
python: int
reddit: int
+ talent_pool: int
verification: int
diff --git a/config-default.yml b/config-default.yml
index 8bfc84cb4..7d9d56aff 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -109,6 +109,7 @@ guild:
python: 267624335836053506
reddit: 458224812528238616
staff_lounge: &STAFF_LOUNGE 464905259261755392
+ talent_pool: &TALENT_POOL 534321732593647616
verification: 352442727016693763
ignored: [*ADMINS, *MESSAGE_LOG, *MODLOG]