File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -125,9 +125,20 @@ discordMessage += `:arrow_down: [Direct APK Download](<${REPO_URL}/releases/dow
125125
126126// Send to Discord
127127const payload = JSON . stringify ( {
128- content : discordMessage ,
129- username : "Multi Launcher Updates!" ,
130- avatar_url : "https://github.com/DroidWorksStudio/mLauncher/blob/main/fastlane/metadata/android/en-US/images/icon.png?raw=true" ,
128+ content : "<@&1159595417219104768>" ,
129+ username : "Multi Launcher Updates!" ,
130+ avatar_url : "https://github.com/DroidWorksStudio/mLauncher/blob/main/fastlane/metadata/android/en-US/images/icon.png?raw=true" ,
131+ embeds : [
132+ {
133+ description : discordMessage , // your original message goes here
134+ color : 0xffff00 , // optional color in hexadecimal
135+ timestamp : new Date ( ) , // optional timestamp
136+ footer : {
137+ text : "Multi Launcher Updates" ,
138+ icon_url : "https://github.com/DroidWorksStudio/mLauncher/blob/main/fastlane/metadata/android/en-US/images/icon.png?raw=true"
139+ }
140+ }
141+ ]
131142} ) ;
132143
133144const url = new URL ( WEBHOOK_URL ) ;
You can’t perform that action at this time.
0 commit comments