diff options
author | 2019-01-07 20:00:37 +0100 | |
---|---|---|
committer | 2019-01-07 20:00:37 +0100 | |
commit | a78ac6d6e1661d2647dd61ca114ab695b5aa72af (patch) | |
tree | 61126f54b8991475795d9498653826bc0eb414f3 | |
parent | Changing the way in which the filter_rich_embed sends the embeds to mod_log.s... (diff) |
Including the filter_rich_embeds constants in bot/constants.py
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index bbe6c1604..c1375bb13 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -201,6 +201,7 @@ class Filter(metaclass=YAMLGetter): filter_zalgo: bool filter_invites: bool filter_domains: bool + filter_rich_embeds: bool watch_words: bool watch_tokens: bool @@ -208,6 +209,7 @@ class Filter(metaclass=YAMLGetter): notify_user_zalgo: bool notify_user_invites: bool notify_user_domains: bool + notify_user_rich_embeds: bool ping_everyone: bool guild_invite_whitelist: List[int] |