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": [
 				{