diff --git a/index.js b/index.js index 21a03b4..2ff011e 100644 --- a/index.js +++ b/index.js @@ -364,7 +364,7 @@ const handleDiscordGuilds = function (data) { const fromChannel = data.data.channel.room; const bodyData = data.data.body; const evt = events[product_id_raw.substring(0, 3)]; - + console.log(evt) let embed = { description: ` ${bodyData.string}`, color: parseInt(config.priorityColors[evt.priority].replace("#", ""), 16) || 0x000000,