diff options
| author | 2019-06-28 12:22:18 +0200 | |
|---|---|---|
| committer | 2019-06-28 12:22:18 +0200 | |
| commit | 76ef948eb27e05b9c3f5cb00944d337c2ba903a0 (patch) | |
| tree | 37d72f0f33bc3640b8557eeb5f11ab9d16d5d7ae | |
| parent | Removing the old talentpool/bigbrother files + changing the extension loader (diff) | |
Updating constants to include talent-pool
| -rw-r--r-- | bot/constants.py | 1 | ||||
| -rw-r--r-- | config-default.yml | 1 |
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] |