Skip to content

Commit 4d0d110

Browse files
committed
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.
1 parent 9c36976 commit 4d0d110

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lgsm/modules/alert_discord.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ json=$(
4646
"name": "Server Time",
4747
"value": "$(date)",
4848
"inline": true
49-
},
50-
{
51-
"name": "More info",
52-
"value": "${alerturl}",
53-
"inline": true
5449
}
5550
EOF
5651
)

0 commit comments

Comments
 (0)