diff options
| author | 2019-01-10 07:25:51 -0500 | |
|---|---|---|
| committer | 2019-01-10 07:25:51 -0500 | |
| commit | 347a2a357bf3de4b972dd82b356a00a07ec6882d (patch) | |
| tree | 0b322d39707a454231a27c45dd81c76f2c4acb33 /config-default.yml | |
| parent | Invoke Moderation tempmute directly (diff) | |
| parent | Merge pull request #259 from python-discord/SebastiaanZ/embed-detection-filter (diff) | |
Merge branch 'master' into antispam-mute-infr
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/config-default.yml b/config-default.yml index ad87e44ac..21d7f20b9 100644 --- a/config-default.yml +++ b/config-default.yml @@ -134,17 +134,19 @@ guild: filter: # What do we filter? - filter_zalgo: false - filter_invites: true - filter_domains: true - watch_words: true - watch_tokens: true + filter_zalgo: false + filter_invites: true + filter_domains: true + filter_rich_embeds: true + watch_words: true + watch_tokens: true # Notify user on filter? # Notifications are not expected for "watchlist" type filters - notify_user_zalgo: false - notify_user_invites: true - notify_user_domains: false + notify_user_zalgo: false + notify_user_invites: true + notify_user_domains: false + notify_user_rich_embeds: true # Filter configuration ping_everyone: true # Ping @everyone when we send a mod-alert? @@ -154,6 +156,8 @@ filter: - 267624335836053506 # Python Discord - 440186186024222721 # Python Discord: ModLog Emojis - 273944235143593984 # STEM + - 348658686962696195 # RLBot + - 531221516914917387 # Pallets domain_blacklist: - pornhub.com |