From b77e06bd095b1409600885bb4ab62aac4edb9e3c Mon Sep 17 00:00:00 2001 From: wookie184 Date: Sun, 26 Feb 2023 17:36:48 +0000 Subject: Add nomination_discussion channel constant --- bot/constants.py | 1 + config-default.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/bot/constants.py b/bot/constants.py index f1fb5471f..4a08717b2 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -444,6 +444,7 @@ class Channels(metaclass=YAMLGetter): mods: int nominations: int nomination_voting: int + nomination_discussion: int organisation: int admin_announcements: int diff --git a/config-default.yml b/config-default.yml index de0f7e4e8..362c8738b 100644 --- a/config-default.yml +++ b/config-default.yml @@ -208,6 +208,7 @@ guild: mod_meta: 775412552795947058 nominations: 822920136150745168 nomination_voting: 822853512709931008 + nomination_discussion: 798959130634747914 organisation: &ORGANISATION 551789653284356126 staff_lounge: &STAFF_LOUNGE 464905259261755392 staff_info: &STAFF_INFO 396684402404622347 -- cgit v1.2.3