diff options
| author | 2020-03-31 14:07:08 -0400 | |
|---|---|---|
| committer | 2020-03-31 14:07:08 -0400 | |
| commit | 61fdf96bea29e69c358b072bd3c8d8e136a16b1e (patch) | |
| tree | e0effdbdc479fb48a832a6dbdc646d5043743ef7 /config-default.yml | |
| parent | (Tags): Removed unnecessary `send_embed_with_trashcan` function due using exi... (diff) | |
| parent | Merge pull request #846 from python-discord/feat/filter/322/merge-tokens-words (diff) | |
Merge branch 'master' into tags-trashcan-react
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 5788d1e12..ef0ed970f 100644 --- a/config-default.yml +++ b/config-default.yml @@ -248,9 +248,8 @@ filter:      filter_zalgo:       false      filter_invites:     true      filter_domains:     true +    watch_regex:        true      watch_rich_embeds:  true -    watch_words:        true -    watch_tokens:       true      # Notify user on filter?      # Notifications are not expected for "watchlist" type filters | 
