Browse Source

Fixed Discord Profile Picture

The location of the Discord Profile Picture was incorrect.
pull/2072/head
007a83 6 years ago
committed by GitHub
parent
commit
bdf36f63aa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/functions/alert_discord.sh

2
lgsm/functions/alert_discord.sh

@ -8,7 +8,7 @@
json=$(cat <<EOF
{
"username":"LinuxGSM",
"avatar_url":"https://raw.githubusercontent.com/${githubuser}/${githubrepo}/${githubbranch}/data/alert_discord_logo.png",
"avatar_url":"https://raw.githubusercontent.com/${githubuser}/${githubrepo}/${githubbranch}/lgsm/data/alert_discord_logo.png",
"file":"content",
"embeds": [{

Loading…
Cancel
Save