From 63aa34d474dad4e9062e5e690d5004829599442b Mon Sep 17 00:00:00 2001 From: SebastiaanZ <33516116+SebastiaanZ@users.noreply.github.com> Date: Thu, 27 Jun 2019 21:44:45 +0200 Subject: Adding Webhooks to constants --- bot/constants.py | 8 ++++++++ config-default.yml | 4 ++++ 2 files changed, 12 insertions(+) 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: -- cgit v1.2.3