From 386366ea37de5e72ef1502f7d5c800cb70b10915 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 18 Oct 2021 23:42:05 +0100 Subject: [PATCH] colours --- lgsm/functions/alert.sh | 4 ++-- lgsm/functions/alert_discord.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/alert.sh b/lgsm/functions/alert.sh index 5a8b08b53..fcc8cfe43 100644 --- a/lgsm/functions/alert.sh +++ b/lgsm/functions/alert.sh @@ -61,8 +61,8 @@ fn_alert_stopped(){ alertsound="1" alerttriggermessage="${selfname} has stopped." # Red - alertcolourhex="#cdcd00" - alertcolourdec="13487360" + alertcolourhex="#cd0000" + alertcolourdec="13434880" } fn_alert_restart(){ diff --git a/lgsm/functions/alert_discord.sh b/lgsm/functions/alert_discord.sh index c1f81bc6e..ab9fad5ce 100755 --- a/lgsm/functions/alert_discord.sh +++ b/lgsm/functions/alert_discord.sh @@ -46,7 +46,7 @@ json=$(cat <