diff options
| author | 2020-04-02 09:22:25 +0700 | |
|---|---|---|
| committer | 2020-04-02 09:22:25 +0700 | |
| commit | 2ca030b42f1d2d222ab966efbb5110b4b315a4db (patch) | |
| tree | eef9f3366b93cf8e014f0c56c9e21b2bb4a6652f /config-default.yml | |
| parent | Clarify docstring for token check function (diff) | |
| parent | Add TCD to whitelist (diff) | |
Merge branch 'master' into fix-token-strip-log
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/config-default.yml b/config-default.yml index 5788d1e12..a9578d9bb 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 @@ -280,6 +279,7 @@ filter:          - 524691714909274162  # Panda3D          - 336642139381301249  # discord.py          - 405403391410438165  # Sentdex +        - 172018499005317120  # The Coding Den      domain_blacklist:          - pornhub.com | 
