Daniel Gibbs 4 năm trước cách đây
mục cha
commit
39fcc1c6c2
1 tập tin đã thay đổi với 1 bổ sung5 xóa
  1. 1 5
      lgsm/functions/alert_discord.sh

+ 1 - 5
lgsm/functions/alert_discord.sh

@@ -21,14 +21,10 @@ jsonshort=$(cat <<EOF
 			},
 			"title": "${servername}",
 			"url": "",
-			"description": "${alertemoji} ${alerttitle} ${alertemoji}",
+			"description": "${alertemoji} ${alerttriggermessage}",
 			"color": "${alertcolourdec}",
 			"thumbnail": {
 				"url": "${alerticon}"
-			},
-			"footer": {
-				"text": "Powered by LinuxGSM ${version}",
-				"icon_url": "https://raw.githubusercontent.com/${githubuser}/${githubrepo}/${githubbranch}/lgsm/data/alert_discord_logo.jpg"
 			}
 		}
 	]