aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2021-04-17 13:19:08 +0300
committerGravatar GitHub <[email protected]>2021-04-17 13:19:08 +0300
commitd2d939c96de22ae174072dd8cc2bad2fe4f2174a (patch)
treeb19d8053471a97f7e31bdce4daf35c781c887da2
parentName the rescheduling task, and cancel it on cog unload (diff)
Remove here ping
Kinda defeats the purpose of being off-duty.
-rw-r--r--bot/exts/moderation/modlog.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/moderation/modlog.py b/bot/exts/moderation/modlog.py
index f68a1880e..5e8ea595b 100644
--- a/bot/exts/moderation/modlog.py
+++ b/bot/exts/moderation/modlog.py
@@ -115,9 +115,9 @@ class ModLog(Cog, name="ModLog"):
if ping_everyone:
if content:
- content = f"<@&{Roles.moderators}> @here\n{content}"
+ content = f"<@&{Roles.moderators}>\n{content}"
else:
- content = f"<@&{Roles.moderators}> @here"
+ content = f"<@&{Roles.moderators}>"
# Truncate content to 2000 characters and append an ellipsis.
if content and len(content) > 2000: