aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Amrou Bellalouna <[email protected]>2023-06-21 20:46:47 +0200
committerGravatar GitHub <[email protected]>2023-06-21 20:46:47 +0200
commite3b7d4efb73145997472a0b708d1820ace5d3a54 (patch)
tree3833a33cae6dc984cd7d7c89ad135acc16b115bd
parentAllow use of msg reply to add context to incident (diff)
parentMerge pull request #2653 from python-discord/compf_pings (diff)
Merge branch 'main' into vivek/incidents-context
-rw-r--r--bot/exts/filtering/filtering.py3
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()} "