aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-11-30 13:35:41 +0100
committerGravatar GitHub <[email protected]>2019-11-30 13:35:41 +0100
commitd4269b36bbe1a57c4e1b61671c28647267c608bc (patch)
tree0a06efb7ebeb1cf8552dbdc38119464493f230ac
parentRenamed variables to be more explicit, added type hinting for `content_before... (diff)
Update bot/cogs/moderation/modlog.py
-rw-r--r--bot/cogs/moderation/modlog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/moderation/modlog.py b/bot/cogs/moderation/modlog.py
index 41d7709e4..0df752a97 100644
--- a/bot/cogs/moderation/modlog.py
+++ b/bot/cogs/moderation/modlog.py
@@ -674,7 +674,7 @@ class ModLog(Cog, name="ModLog"):
f"**Before**:\n{' '.join(content_before)}\n"
f"**After**:\n{' '.join(content_after)}\n"
"\n"
- f"[jump to message]({msg_after.jump_url})"
+ f"[Jump to message]({msg_after.jump_url})"
)
if msg_before.edited_at: