diff options
author | 2023-06-21 21:04:48 +0300 | |
---|---|---|
committer | 2023-06-21 21:04:48 +0300 | |
commit | a0f24ae81a81a2d034db208fb861c9b9ec7b50bf (patch) | |
tree | 1bf98c36ece6b3b28149374151837ce8535906f9 | |
parent | pre-commit-hooks 2.5.0 -> 4.4.0 (#2640) (diff) |
Make new comp filters not ping
-rw-r--r-- | bot/exts/filtering/filtering.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/exts/filtering/filtering.py b/bot/exts/filtering/filtering.py index f52db8ef0..cd6af09a8 100644 --- a/bot/exts/filtering/filtering.py +++ b/bot/exts/filtering/filtering.py @@ -715,7 +715,8 @@ class Filtering(Cog): settings = ( "remove_context=True " - "dm_pings=Moderators " + 'guild_pings="" ' + 'dm_pings="" ' "infraction_type=BAN " "infraction_channel=1 " # Post the ban in #mod-alerts f"infraction_duration={COMP_BAN_DURATION.total_seconds()} " |