aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Shambo Chowdhury <[email protected]>2024-07-14 01:16:47 +0530
committerGravatar GitHub <[email protected]>2024-07-14 01:16:47 +0530
commit5d3962374400939e3e3e7a6bbe4f6a751e4bcb1e (patch)
tree5b3de2a71158d471dd24c1c5469e9db8db37ab8f
parentMerge branch 'main' into main (diff)
Update bot/exts/moderation/modlog.py
- It was working fine without it, but i think its better to add one. Thanks Co-authored-by: Vivek Ashokkumar <[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 15b8f6a3a..3f4cd68c4 100644
--- a/bot/exts/moderation/modlog.py
+++ b/bot/exts/moderation/modlog.py
@@ -529,7 +529,7 @@ class ModLog(Cog, name="ModLog"):
if isinstance(resolved_message, discord.DeletedReferencedMessage):
# Reference is a deleted message
- reference_line = "**In reply to:** Deleted Message"
+ reference_line = "**In reply to:** Deleted Message\n"
response = reference_line + response
elif isinstance(resolved_message, discord.Message):