Daniel Gibbs 4 سال پیش
والد
کامیت
386366ea37
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 2 2
      lgsm/functions/alert.sh
  2. 1 1
      lgsm/functions/alert_discord.sh

+ 2 - 2
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(){

+ 1 - 1
lgsm/functions/alert_discord.sh

@@ -46,7 +46,7 @@ json=$(cat <<EOF
 			},
 			"title": "${servername}",
 			"url": "",
-			"description": "${alertemoji} ${alerttitle} ${alertemoji}",
+			"description": "${alertemoji} ${alerttitle}",
 			"color": "${alertcolourdec}",
 			"fields": [
 				{