diff options
| author | 2019-06-27 21:44:45 +0200 | |
|---|---|---|
| committer | 2019-06-27 22:04:00 +0200 | |
| commit | 63aa34d474dad4e9062e5e690d5004829599442b (patch) | |
| tree | 22ece3854167dd196f3c6537343fb6461d5a2de2 | |
| parent | Tweaking aliases to use the correct converters (diff) | |
Adding Webhooks to constants
| -rw-r--r-- | bot/constants.py | 8 | ||||
| -rw-r--r-- | config-default.yml | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 0bd950a7d..3c129afd2 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -339,6 +339,14 @@ class Channels(metaclass=YAMLGetter): verification: int +class Webhooks(metaclass=YAMLGetter): + section = "guild" + subsection = "webhooks" + + talent_pool: int + big_brother: int + + class Roles(metaclass=YAMLGetter): section = "guild" subsection = "roles" diff --git a/config-default.yml b/config-default.yml index 7854b5db9..8bfc84cb4 100644 --- a/config-default.yml +++ b/config-default.yml @@ -128,6 +128,10 @@ guild: helpers: 267630620367257601 rockstars: &ROCKSTARS_ROLE 458226413825294336 + webhooks: + talent_pool: 569145364800602132 + big_brother: 569133704568373283 + filter: |