diff options
author | 2023-06-21 20:46:47 +0200 | |
---|---|---|
committer | 2023-06-21 20:46:47 +0200 | |
commit | e3b7d4efb73145997472a0b708d1820ace5d3a54 (patch) | |
tree | 3833a33cae6dc984cd7d7c89ad135acc16b115bd | |
parent | Allow use of msg reply to add context to incident (diff) | |
parent | Merge pull request #2653 from python-discord/compf_pings (diff) |
Merge branch 'main' into vivek/incidents-context
-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()} " |