Browse Source

Updated alert_discord_logo.png location

pull/1936/head
Daniel Gibbs 7 years ago
parent
commit
84dccc2ab7
  1. 4
      lgsm/functions/alert_discord.sh

4
lgsm/functions/alert_discord.sh

@ -18,8 +18,8 @@ json=$(cat <<EOF
"description": "",
"url": "",
"type": "content",
"thumbnail": {"url": "https://raw.githubusercontent.com/${githubuser}/${githubrepo}/${githubbranch}/data/alert_discord_logo.png"},
"footer": {"text": "LinuxGSM", "icon_url": "https://raw.githubusercontent.com/${githubuser}/${githubrepo}/${githubbranch}/data/alert_discord_logo.png"},
"thumbnail": {"url": "https://github.com/${githubuser}/${githubrepo}/${githubbranch}/data/alert_discord_logo.png"},
"footer": {"text": "LinuxGSM", "icon_url": "https://github.com/${githubuser}/${githubrepo}/${githubbranch}/data/alert_discord_logo.png"},
"fields": [
{
"name": "Alert Message",

Loading…
Cancel
Save