From 4c3fa97c8ca784a8057cdd1c8360f79b2ea837cb Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 8 May 2025 00:18:43 -0600 Subject: [PATCH] Debug 6 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2d56421..b8aba2b 100644 --- a/index.js +++ b/index.js @@ -365,7 +365,7 @@ const handleDiscordGuilds = function (data) { const bodyData = data.data.body; console.log(product_id_raw.substring(0, 3)) const evt = events[product_id_raw.substring(0, 3)]; - console.log(evt) + console.log({product_id_raw, product_id, fromChannel, bodyData, evt}) let embed = { description: ` ${bodyData.string}`, color: parseInt(config.priorityColors[evt.priority].replace("#", ""), 16) || 0x000000,