Browse Source

fix(alert_discord): Add inline property to "Is my Game Server Online?" field

* Ensures proper formatting of the Discord alert message.
* Improves the display of the server status information.
pull/4854/head
Daniel Gibbs 7 months ago
parent
commit
ee1dca9c3d
Failed to extract signature
  1. 1
      lgsm/modules/alert_discord.sh

1
lgsm/modules/alert_discord.sh

@ -57,6 +57,7 @@ if [ -n "${querytype}" ]; then
{
"name": "Is my Game Server Online?",
"value": "https://ismygameserver.online/${imgsoquerytype}/${alertip}:${queryport}",
"inline": true
}
EOF
)

Loading…
Cancel
Save