diff options
author | 2021-03-30 16:21:16 -0400 | |
---|---|---|
committer | 2021-03-30 16:21:16 -0400 | |
commit | 0b4e48883949213260733c3263b4067531f785ea (patch) | |
tree | 33f2700ec3f802acbdaba2686e78c2860988abd2 | |
parent | Gracefully handle failure to upload to hastebin in `!dmrelay`. (diff) |
Removed user event announcements from the config.
-rw-r--r-- | bot/constants.py | 1 | ||||
-rw-r--r-- | config-default.yml | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/bot/constants.py b/bot/constants.py index 4040d757e..91b60b9a6 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -402,7 +402,6 @@ class Channels(metaclass=YAMLGetter): python_events: int python_news: int reddit: int - user_event_announcements: int dev_contrib: int dev_core: int diff --git a/config-default.yml b/config-default.yml index 39b33ca10..e3fd98ac0 100644 --- a/config-default.yml +++ b/config-default.yml @@ -150,7 +150,6 @@ guild: python_events: &PYEVENTS_CHANNEL 729674110270963822 python_news: &PYNEWS_CHANNEL 704372456592506880 reddit: &REDDIT_CHANNEL 458224812528238616 - user_event_announcements: &USER_EVENT_A 592000283102674944 # Development dev_contrib: &DEV_CONTRIB 635950537262759947 @@ -322,7 +321,6 @@ filter: - *MOD_LOG - *STAFF_LOUNGE - *TALENT_POOL - - *USER_EVENT_A role_whitelist: - *ADMINS_ROLE @@ -511,7 +509,6 @@ duck_pond: - *PYEVENTS_CHANNEL - *MAILING_LISTS - *REDDIT_CHANNEL - - *USER_EVENT_A - *DUCK_POND - *CHANGE_LOG - *STAFF_ANNOUNCEMENTS |