diff options
author | 2021-09-21 09:40:25 +0200 | |
---|---|---|
committer | 2021-09-21 09:40:25 +0200 | |
commit | 9b82abda7e873864d48710cb92651b27e53cbead (patch) | |
tree | 13c68a6a02fdebe96b17bd738193d2f84213aba2 | |
parent | Bot: remove inaccurate docstrings (diff) |
Modlog: change thread logging to past-tense
Co-authored-by: Bluenix <[email protected]>
-rw-r--r-- | bot/exts/moderation/modlog.py | 2 |
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() |