aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2019-01-16 20:40:46 -0500
committerGravatar GitHub <[email protected]>2019-01-16 20:40:46 -0500
commitfc0d8fb1eff4d18c11da8340d8bd8f5941c4f196 (patch)
tree3956f40559aca2e8fcc47d7685a365b5fb0b3cfa /config-default.yml
parentMerge pull request #278 from python-discord/add_user_log (diff)
parentMerge branch 'master' into rich-embed-filter-fix (diff)
Merge pull request #275 from python-discord/rich-embed-filter-fix
Changing the rich embed filter to a watchlist that ignores twitter embeds
Diffstat (limited to 'config-default.yml')
-rw-r--r--config-default.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/config-default.yml b/config-default.yml
index a4e4c45f7..5938ae533 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -141,7 +141,7 @@ filter:
filter_zalgo: false
filter_invites: true
filter_domains: true
- filter_rich_embeds: false
+ watch_rich_embeds: true
watch_words: true
watch_tokens: true
@@ -150,7 +150,6 @@ filter:
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?