Browse Source

moving stuff

feature/alerts-refactor
Daniel Gibbs 4 years ago
parent
commit
a6882b9b3b
No known key found for this signature in database GPG Key ID: 2EBB36015C6D78E2
  1. 4
      lgsm/functions/alert_discord.sh

4
lgsm/functions/alert_discord.sh

@ -19,9 +19,9 @@ jsonshort=$(cat <<EOF
"url": "", "url": "",
"icon_url": "https://raw.githubusercontent.com/${githubuser}/${githubrepo}/${githubbranch}/lgsm/data/alert_discord_logo.jpg" "icon_url": "https://raw.githubusercontent.com/${githubuser}/${githubrepo}/${githubbranch}/lgsm/data/alert_discord_logo.jpg"
}, },
"title": "${servername}", "title": "${alertemoji} ${alerttriggermessage}",
"url": "", "url": "",
"description": "${alertemoji} ${alerttriggermessage}", "description": "${servername}",
"color": "${alertcolourdec}", "color": "${alertcolourdec}",
"thumbnail": { "thumbnail": {
"url": "${alerticon}" "url": "${alerticon}"

Loading…
Cancel
Save