@@ -11,14 +11,14 @@ jsoninfo=$(
1111 cat << EOF
1212{
1313 "username": "LinuxGSM",
14- "avatar_url": "https://raw.githubusercontent.com/${githubuser} /${githubrepo} /${githubbranch} /${datadir} /alert_discord_logo.jpg",
14+ "avatar_url": "https://raw.githubusercontent.com/${githubuser} /${githubrepo} /${githubbranch} /lgsm/data /alert_discord_logo.jpg",
1515 "file": "content",
1616 "embeds": [
1717 {
1818 "author": {
1919 "name": "LinuxGSM Alert",
2020 "url": "",
21- "icon_url": "https://raw.githubusercontent.com/${githubuser} /${githubrepo} /${githubbranch} /${datadir} /alert_discord_logo.jpg"
21+ "icon_url": "https://raw.githubusercontent.com/${githubuser} /${githubrepo} /${githubbranch} /lgsm/data /alert_discord_logo.jpg"
2222 },
2323 "title": "${alerttitle} ",
2424 "url": "",
@@ -64,7 +64,7 @@ jsoninfo=$(
6464 }
6565 ],
6666 "footer": {
67- "icon_url": "https://raw.githubusercontent.com/${githubuser} /${githubrepo} /${githubbranch} /${datadir} /alert_discord_logo.jpg",
67+ "icon_url": "https://raw.githubusercontent.com/${githubuser} /${githubrepo} /${githubbranch} /lgsm/data /alert_discord_logo.jpg",
6868 "text": "Sent by LinuxGSM ${version} "
6969 }
7070 }
@@ -77,14 +77,14 @@ jsonnoinfo=$(
7777 cat << EOF
7878{
7979 "username": "LinuxGSM",
80- "avatar_url": "https://raw.githubusercontent.com/${githubuser} /${githubrepo} /${githubbranch} /${datadir} /alert_discord_logo.jpg",
80+ "avatar_url": "https://raw.githubusercontent.com/${githubuser} /${githubrepo} /${githubbranch} /lgsm/data /alert_discord_logo.jpg",
8181 "file": "content",
8282 "embeds": [
8383 {
8484 "author": {
8585 "name": "LinuxGSM Alert",
8686 "url": "",
87- "icon_url": "https://raw.githubusercontent.com/${githubuser} /${githubrepo} /${githubbranch} /${datadir} /alert_discord_logo.jpg"
87+ "icon_url": "https://raw.githubusercontent.com/${githubuser} /${githubrepo} /${githubbranch} /lgsm/data /alert_discord_logo.jpg"
8888 },
8989 "title": "${alerttitle} ",
9090 "url": "",
@@ -125,7 +125,7 @@ jsonnoinfo=$(
125125 }
126126 ],
127127 "footer": {
128- "icon_url": "https://raw.githubusercontent.com/${githubuser} /${githubrepo} /${githubbranch} /${datadir} /alert_discord_logo.jpg",
128+ "icon_url": "https://raw.githubusercontent.com/${githubuser} /${githubrepo} /${githubbranch} /lgsm/data /alert_discord_logo.jpg",
129129 "text": "Sent by LinuxGSM ${version} "
130130 }
131131 }
0 commit comments