From 4d0d11010ab14cab11b0b452174de5c9bc0bd16f Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 13 Aug 2025 00:25:36 +0000 Subject: [PATCH] fix(alert_discord): remove "More info" field from Discord alert JSON * Eliminated the "More info" field to streamline the alert message. * This change enhances the clarity of the alert by focusing on essential information. --- lgsm/modules/alert_discord.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lgsm/modules/alert_discord.sh b/lgsm/modules/alert_discord.sh index 1440b6a96..bd8e8b58c 100644 --- a/lgsm/modules/alert_discord.sh +++ b/lgsm/modules/alert_discord.sh @@ -46,11 +46,6 @@ json=$( "name": "Server Time", "value": "$(date)", "inline": true - }, - { - "name": "More info", - "value": "${alerturl}", - "inline": true } EOF )