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}`,