diff options
| author | 2019-01-13 21:32:08 +0100 | |
|---|---|---|
| committer | 2019-01-13 21:32:08 +0100 | |
| commit | e2b71351f9068c1f60646ea8bc65bcb50cb0e5fe (patch) | |
| tree | 548e48061431552b0b710ec2db81d03cd6768762 /config-default.yml | |
| parent | Merge pull request #215 from python-discord/user_command_improvements (diff) | |
Changing the rich embed filter to a watchlist that ignores twitter embeds; adding time delta check to avoid the trigger-twice problem
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config-default.yml b/config-default.yml index bb49a46e1..3c18069f9 100644 --- a/config-default.yml +++ b/config-default.yml @@ -140,7 +140,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 @@ -149,7 +149,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? |