From a543386394dde89c974b9adf101018b4ecd1bee5 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Wed, 12 Feb 2025 07:57:20 -0700 Subject: [PATCH] Made the same mistake twice, dang --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 65f5ac7..47ee6b2 100644 --- a/index.js +++ b/index.js @@ -378,7 +378,7 @@ xmpp.on("stanza", (stanza) => { const diff = (now - product_id.timestamp) / 1000 / 60; if (diff > 3) return; // if (config.debug >= 1) console.log(`${colors.magenta("[DEBUG]")} New message from ${fromChannel}`); - console.log(`${colors.cyan("[INFO]")} ${getWFOByRoom(fromChannel).location} - ${evt.name} - ${product_id.timestamp}`); + console.log(`${colors.cyan("[INFO]")} ${getWFOByRoom(fromChannel).location} - ${evt.text} - ${product_id.timestamp}`); messages++;