Browse Source

feat: add ismygameserver.online to discord alerts

pull/4739/head
Daniel Gibbs 8 months ago
parent
commit
eef84ba903
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 5
      lgsm/modules/alert_discord.sh

5
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",

Loading…
Cancel
Save