Browse Source

game name change

feature/alerts-refactor
Daniel Gibbs 4 years ago
parent
commit
f80995b42a
No known key found for this signature in database GPG Key ID: 2EBB36015C6D78E2
  1. 8
      lgsm/functions/alert_discord.sh

8
lgsm/functions/alert_discord.sh

@ -26,8 +26,7 @@ json=$(cat <<EOF
"fields": [ "fields": [
{ {
"name": "Game", "name": "Game",
"value": "${gamename}", "value": "${gamename}"
"inline": true
}, },
{ {
"name": "${alertplayerstitle}", "name": "${alertplayerstitle}",
@ -59,11 +58,6 @@ json=$(cat <<EOF
"value": "${country}", "value": "${country}",
"inline": true "inline": true
}, },
{
"name": "Server time",
"value": "${alertdate}",
"inline": true
},
{ {
"name": "Trigger Message", "name": "Trigger Message",
"value": "${alerttriggermessage}" "value": "${alerttriggermessage}"

Loading…
Cancel
Save