From 6013e117b9ee90b5fa0ca88889b2e5e49bc69521 Mon Sep 17 00:00:00 2001 From: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> Date: Wed, 6 May 2026 13:30:05 +0000 Subject: [PATCH] Implement timestamp to reported messages --- cogs/strike.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/strike.py b/cogs/strike.py index 4cf0e08b..0f3778f7 100644 --- a/cogs/strike.py +++ b/cogs/strike.py @@ -1063,6 +1063,7 @@ async def _send_message_to_committee( description=embed_content, colour=message.author.colour, image=embed_image, + timestamp=message.created_at, ), )