From 213328bb6008acf1e2375f6e332ef5c411fa57b5 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 8 May 2025 00:14:02 -0600 Subject: [PATCH] Guuuuuuh 2 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 21a03b4..2ff011e 100644 --- a/index.js +++ b/index.js @@ -364,7 +364,7 @@ const handleDiscordGuilds = function (data) { const fromChannel = data.data.channel.room; const bodyData = data.data.body; const evt = events[product_id_raw.substring(0, 3)]; - + console.log(evt) let embed = { description: ` ${bodyData.string}`, color: parseInt(config.priorityColors[evt.priority].replace("#", ""), 16) || 0x000000,