diff options
author | 2024-06-26 21:41:31 +0530 | |
---|---|---|
committer | 2024-06-26 21:41:31 +0530 | |
commit | 6ea894bf3fe688641b09d8c661b2b8bb4611b6de (patch) | |
tree | 7d0818c83f4cb337e98d7d61f4decd845c3144a9 | |
parent | Update bot/exts/moderation/modlog.py (diff) |
Update bot/exts/moderation/modlog.py
Co-authored-by: Vivek Ashokkumar <[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 17f8a1eae..2d614a04f 100644 --- a/bot/exts/moderation/modlog.py +++ b/bot/exts/moderation/modlog.py @@ -564,7 +564,7 @@ class ModLog(Cog, name="ModLog"): content = content[:10] + "..." reply_lines += f"\n- {format_user(reply.author)}[Jump to message]({reply.jump_url}) {content}" - response += "**Replies:**" + f"{reply_lines}\n" + response += f"**Replies:** {reply_lines}\n" if message.attachments: # Prepend the message metadata with the number of attachments |