diff options
author | 2023-06-21 21:12:02 +0300 | |
---|---|---|
committer | 2023-06-21 21:12:02 +0300 | |
commit | a1b4ac77659496e737f7efac08a4f3b790e49702 (patch) | |
tree | 1bf98c36ece6b3b28149374151837ce8535906f9 | |
parent | pre-commit-hooks 2.5.0 -> 4.4.0 (#2640) (diff) | |
parent | Make new comp filters not ping (diff) |
Merge pull request #2653 from python-discord/compf_pings
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()} " |