From 7466b85c6a9687dc6f6067f33866f8881c1cfd08 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 8 May 2025 00:11:55 -0600 Subject: [PATCH] Add evt --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 23e05d0..daf7d2c 100644 --- a/index.js +++ b/index.js @@ -363,7 +363,7 @@ const handleDiscordGuilds = function (data) { const product_id = data.data.product_data; const fromChannel = data.data.channel.room; const bodyData = data.data.body; - console.log({product_id_raw, product_id, fromChannel, bodyData}); + const evt = events[product_id_raw.pil.substring(0, 3)]; let embed = { description: ` ${bodyData.string}`,