Browse Source

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.
4696-bug-discord-alert-on-update-uses-the-old-version-not-the-new-one
Daniel Gibbs 1 week ago
parent
commit
4d0d11010a
Failed to extract signature
  1. 5
      lgsm/modules/alert_discord.sh

5
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
)

Loading…
Cancel
Save