Browse Source
feat: add ismygameserver.online to discord alerts
pull/4739/head
Daniel Gibbs
8 months ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
5 additions and
0 deletions
-
lgsm/modules/alert_discord.sh
|
|
@ -51,6 +51,11 @@ 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", |
|
|
|