Browse Source

feat: add colour to discord alert

pull/4345/head
Daniel Gibbs 2 years ago
parent
commit
b3fafe8521
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 1
      lgsm/modules/alert_discord.sh

1
lgsm/modules/alert_discord.sh

@ -60,6 +60,7 @@ jsonshortnoinfo=$(
}, },
"title": "${servername}", "title": "${servername}",
"description": "${alertbody}", "description": "${alertbody}",
"color": "${alertcolourdec}",
"url": "", "url": "",
"type": "content", "type": "content",
"thumbnail": {}, "thumbnail": {},

Loading…
Cancel
Save