Daniel Gibbs
4 years ago
No known key found for this signature in database
GPG Key ID: 2EBB36015C6D78E2
1 changed files with
1 additions and
7 deletions
-
lgsm/functions/alert_discord.sh
|
|
@ -26,8 +26,7 @@ json=$(cat <<EOF |
|
|
|
"fields": [ |
|
|
|
{ |
|
|
|
"name": "Game", |
|
|
|
"value": "${gamename}", |
|
|
|
"inline": true |
|
|
|
"value": "${gamename}" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "${alertplayerstitle}", |
|
|
@ -59,11 +58,6 @@ json=$(cat <<EOF |
|
|
|
"value": "${country}", |
|
|
|
"inline": true |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Server time", |
|
|
|
"value": "${alertdate}", |
|
|
|
"inline": true |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Trigger Message", |
|
|
|
"value": "${alerttriggermessage}" |
|
|
|