diff options
| author | 2020-03-31 13:46:22 -0400 | |
|---|---|---|
| committer | 2020-03-31 13:46:22 -0400 | |
| commit | 624748b26003b3758d9f2b8dd71a68728caa48ea (patch) | |
| tree | 486464fc26f8db4ab5fb234136ecb1a230d5e334 /config-default.yml | |
| parent | Merge pull request #833 from ks129/zen-match-fix (diff) | |
| parent | Merge branch 'master' into feat/filter/322/merge-tokens-words (diff) | |
Merge pull request #846 from python-discord/feat/filter/322/merge-tokens-words
Filtering: merge the word and token watch filters
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 |