aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()} "