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