diff options
| author | 2019-01-16 19:53:16 -0700 | |
|---|---|---|
| committer | 2019-01-16 19:53:16 -0700 | |
| commit | d1c8deb2f8cde428bd56e26038d50e2a39fa2ea1 (patch) | |
| tree | 355b82c8486c8db70954fc090312120289a42277 /config-default.yml | |
| parent | Correct altered log_msg kwarg used. (diff) | |
| parent | Merge pull request #275 from python-discord/rich-embed-filter-fix (diff) | |
Merge branch 'master' into reorder-mod-actions
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 b6427b489..5938ae533 100644 --- a/config-default.yml +++ b/config-default.yml @@ -114,6 +114,7 @@ guild: python: 267624335836053506 reddit: 458224812528238616 staff_lounge: &STAFF_LOUNGE 464905259261755392 + userlog: 528976905546760203 verification: 352442727016693763 ignored: [*ADMINS, *MESSAGE_LOG, *MODLOG] @@ -140,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 @@ -149,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? |