From 926f1c16f6bf55beef9a0c52c23a78a1a723dc59 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 20 Sep 2025 21:09:26 +0200 Subject: [PATCH] h --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 71eb275..2bff8dc 100644 --- a/index.js +++ b/index.js @@ -168,6 +168,8 @@ ${stats.isNewRecord ? `🎉 NEW RECORD! 🎉 A new record has been set, at ${sta } } console.log("Sending Matrix message:", JSON.stringify(message, null, 2)); + console.log("Plaintext:\n", message.body) + console.log("HTML:\n", message.formatted_body) } async function sendSummaryDiscord(yesterday, stats) {