diff --git a/index.js b/index.js index f96dc65..077c423 100644 --- a/index.js +++ b/index.js @@ -367,7 +367,7 @@ const handleDiscord = function (data) { evt.code = product_id.pil.substring(0, 3); console.log(`${colors.cyan("[INFO]")} ${product_id.timestamp} ${evt.code} (${evt.priority}) ${body}`); let embed = { - description: ` ${body.string}`, + description: ` ${body.string}`, color: parseInt(config.priorityColors[evt.priority].replace("#", ""), 16) || 0x000000, timestamp: product_id.timestamp, footer: {