diff options
| author | 2020-07-12 13:23:22 +0200 | |
|---|---|---|
| committer | 2020-07-12 13:23:22 +0200 | |
| commit | 210c0a09b1bced80d03ed9ac81845f5f94c8b687 (patch) | |
| tree | 61cf9c3e474dd830eb5ae9802691aa4fe4f18cc6 /config-default.yml | |
| parent | Merge pull request #1035 from python-discord/range-len-message (diff) | |
Ping @Moderators in ModLog
Instead of pinging @everyone, let's just ping the people who actually
need to see the mod alerts or the modlogs, which would be the mods.
`@everyone` is currently not permitted by our allowed_mentions setting,
so this also restores pings to those channels.
GitHub #1038
https://github.com/python-discord/bot/issues/1038
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config-default.yml b/config-default.yml index 64c4e715b..5dd96d67a 100644 --- a/config-default.yml +++ b/config-default.yml @@ -269,7 +269,7 @@ filter: notify_user_domains: false # Filter configuration - ping_everyone: true # Ping @everyone when we send a mod-alert? + ping_moderators: true # Ping @everyone when we send a mod-alert? offensive_msg_delete_days: 7 # How many days before deleting an offensive message? guild_invite_whitelist: @@ -428,7 +428,7 @@ urls: anti_spam: # Clean messages that violate a rule. clean_offending: true - ping_everyone: true + ping_moderators: true punishment: role_id: *MUTED_ROLE |