Skip to content

Commit ee1dca9

Browse files
committed
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.
1 parent e5026a8 commit ee1dca9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lgsm/modules/alert_discord.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ if [ -n "${querytype}" ]; then
5757
{
5858
"name": "Is my Game Server Online?",
5959
"value": "https://ismygameserver.online/${imgsoquerytype}/${alertip}:${queryport}",
60+
"inline": true
6061
}
6162
EOF
6263
)

0 commit comments

Comments
 (0)