Daniel Gibbs
7 months ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
0 additions and
10 deletions
-
lgsm/modules/alert_discord.sh
|
|
@ -51,11 +51,6 @@ jsoninfo=$( |
|
|
|
"name": "Hostname", |
|
|
|
"value": "${HOSTNAME}", |
|
|
|
"inline": true |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Is my Game Server Online?", |
|
|
|
"value": "https://ismygameserver.online/${querytype}/${alertip}:${queryport}", |
|
|
|
"inline": true |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "More info", |
|
|
@ -123,11 +118,6 @@ jsonnoinfo=$( |
|
|
|
"value": "${HOSTNAME}", |
|
|
|
"inline": true |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Is my Game Server Online?", |
|
|
|
"value": "https://ismygameserver.online/${querytype}/${alertip}:${queryport}", |
|
|
|
"inline": true |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Server Time", |
|
|
|
"value": "$(date)", |
|
|
|