aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar mbaruh <[email protected]>2021-04-19 15:45:18 +0300
committerGravatar mbaruh <[email protected]>2021-04-19 15:45:18 +0300
commit0009db862a33fd6312daf7d0f9396362dfe12b0e (patch)
tree8d05a5a83abc13574ec11f4a2cf2fdd66fca4879
parentRenamed duty.py to modpings.py (diff)
parentRemove here ping (diff)
Merge branch 'mbaruh/offduty' of https://github.com/python-discord/bot into mbaruh/offduty
-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: