From f27c643131ce0a306cf6ecc51d81a4c0c38e418e Mon Sep 17 00:00:00 2001 From: Joseph Banks Date: Sat, 22 Jun 2019 16:50:55 +0100 Subject: add user events announcements to the constants.py class --- bot/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/constants.py b/bot/constants.py index d2c953276..17e60a418 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -352,6 +352,7 @@ class Channels(metaclass=YAMLGetter): reddit: int talent_pool: int userlog: int + user_event_a: int verification: int -- cgit v1.2.3