aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-04-30 18:31:05 +0100
committerGravatar Johannes Christ <[email protected]>2022-05-07 13:18:25 +0200
commit1167ed8ad6a7772870ca50f2e657261889624718 (patch)
tree5570bf4fc351792d035b8666ab250892812a8c42
parentAdd recommended hosting service page (#712) (diff)
Add message ID to delete logs
-rw-r--r--pydis_site/templates/staff/logs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/staff/logs.html b/pydis_site/templates/staff/logs.html
index bccde9cb..5e2a200b 100644
--- a/pydis_site/templates/staff/logs.html
+++ b/pydis_site/templates/staff/logs.html
@@ -22,7 +22,7 @@
</span>
<span class="discord-message-metadata has-text-grey">
User ID: {{ message.author.id }}<br>
- {{ message.timestamp }} (Channel ID: {{ message.channel_id }})
+ {{ message.timestamp }} (Channel ID-Message ID: {{ message.channel_id }}-{{ message.id }})
</span>
</div>
<div class="discord-message-content">