From 920058fed3b090d06e78b0322d8ef470b4b07c3a Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 8 May 2025 00:46:09 -0600 Subject: [PATCH] Test again --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 077c423..6ffeb13 100644 --- a/index.js +++ b/index.js @@ -365,7 +365,7 @@ const handleDiscord = function (data) { const body = data.data.body; var evt = events[product_id.pil.substring(0, 3)]; evt.code = product_id.pil.substring(0, 3); - console.log(`${colors.cyan("[INFO]")} ${product_id.timestamp} ${evt.code} (${evt.priority}) ${body}`); + console.log(`${colors.cyan("[INFO]")} ${fromChannel} @ ${product_id.timestamp}; ${evt.code} (${evt.priority}) ${body.string}`); let embed = { description: ` ${body.string}`, color: parseInt(config.priorityColors[evt.priority].replace("#", ""), 16) || 0x000000,