From 378a4ecc132878464582196f077a8a5ea58a8250 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 8 May 2025 00:06:22 -0600 Subject: [PATCH] Debug 4; Possibly fixed? --- index.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/index.js b/index.js index ee4cd0f..c2b7007 100644 --- a/index.js +++ b/index.js @@ -359,12 +359,9 @@ const handleDiscordGuilds = function (data) { const rawBody = data.data.body; const text = data.data.productText; const product_id_raw = data.data.raw - const product_id = data.product_data; + const product_id = data.data.product_data; const fromChannel = data.data.channel.room; const bodyData = data.data.body; - console.log({ - data,rawBody, text, product_id_raw, product_id, fromChannel, bodyData - }) let embed = { description: ` ${bodyData.string}`,