diff --git a/index.js b/index.js index 2df7623..8940fac 100644 --- a/index.js +++ b/index.js @@ -362,7 +362,9 @@ const handleDiscordGuilds = function (data) { const product_id = data.product_data; const fromChannel = data.data.channel.room; const bodyData = data.data.body; - + console.log({ + rawBody, text, product_id_raw, product_id, fromChannel, bodyData + }) let embed = { description: ` ${bodyData.string}`,