From b3fafe852192e28a1bdcf8950f68cd4c8beda49f Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 15 Oct 2023 22:10:03 +0100 Subject: [PATCH] feat: add colour to discord alert --- lgsm/modules/alert_discord.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lgsm/modules/alert_discord.sh b/lgsm/modules/alert_discord.sh index 4c7572f29..19df5da2b 100644 --- a/lgsm/modules/alert_discord.sh +++ b/lgsm/modules/alert_discord.sh @@ -60,6 +60,7 @@ jsonshortnoinfo=$( }, "title": "${servername}", "description": "${alertbody}", + "color": "${alertcolourdec}", "url": "", "type": "content", "thumbnail": {},