From ee1dca9c3dff94d239097a93c6b316f89a5ebac7 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 10 Nov 2025 21:21:45 +0000 Subject: [PATCH] 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. --- lgsm/modules/alert_discord.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lgsm/modules/alert_discord.sh b/lgsm/modules/alert_discord.sh index f73329e70..bd8e8b58c 100644 --- a/lgsm/modules/alert_discord.sh +++ b/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 )