aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2021-09-21 09:40:25 +0200
committerGravatar GitHub <[email protected]>2021-09-21 09:40:25 +0200
commit9b82abda7e873864d48710cb92651b27e53cbead (patch)
tree13c68a6a02fdebe96b17bd738193d2f84213aba2
parentBot: remove inaccurate docstrings (diff)
Modlog: change thread logging to past-tense
Co-authored-by: Bluenix <[email protected]>
-rw-r--r--bot/exts/moderation/modlog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/modlog.py b/bot/exts/moderation/modlog.py
index ae71a18a3..5b8b7ef12 100644
--- a/bot/exts/moderation/modlog.py
+++ b/bot/exts/moderation/modlog.py
@@ -789,7 +789,7 @@ class ModLog(Cog, name="ModLog"):
icon,
colour,
f"Thread {action}",
- f"Thread {after.mention} (`{after.id}`) from {after.parent.mention} (`{after.parent.id}`) {action}"
+ f"Thread {after.mention} (`{after.id}`) from {after.parent.mention} (`{after.parent.id}`) was {action}"
)
@Cog.listener()