diff options
| author | 2021-10-17 14:46:36 +0530 | |
|---|---|---|
| committer | 2021-10-17 14:50:17 +0530 | |
| commit | 3b25fc83d6dde4e4801a41b64a47a75730aea9e9 (patch) | |
| tree | 74b1ac54d1d3ea46d54a73db163a47f0a982019e /config-default.yml | |
| parent | Add incidents check in delete and reaction handlers also (diff) | |
| parent | Merge pull request #1871 from python-discord/modlog-ingore-channels-mods-can'... (diff) | |
Merge remote-tracking branch 'upstream/main' into feature/enhance-incidents
Diffstat (limited to 'config-default.yml')
| -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 70e972086..90f84bf9b 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 |