diff options
author | 2021-10-14 16:31:25 +0100 | |
---|---|---|
committer | 2021-10-17 09:55:45 +0100 | |
commit | 2b8807b448415e9c08cff136e3343f15d81a3037 (patch) | |
tree | ae72f9ffcc24f335e3e8e908b9db9243d8fcb239 | |
parent | Use modlog ignore function for voice events too (diff) |
Remove unneeded config entries
Since channels that mods can't read are now implicitly ignored, there is no need to explicitly ignore them.
-rw-r--r-- | config-default.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config-default.yml b/config-default.yml index d77eacc7e..b61d9c99c 100644 --- a/config-default.yml +++ b/config-default.yml @@ -248,15 +248,13 @@ guild: - *ADMIN_SPAM - *MODS - # Modlog cog ignores events which occur in these channels + # Modlog cog explicitly ignores events which occur in these channels. + # This is on top of implicitly ignoring events in channels that the mod team cannot view. modlog_blacklist: - - *ADMINS - - *ADMINS_VOICE - *ATTACH_LOG - *MESSAGE_LOG - *MOD_LOG - *STAFF_VOICE - - *DEV_CORE_VOTING reminder_whitelist: - *BOT_CMD |