We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5edd58b commit 3efc602Copy full SHA for 3efc602
1 file changed
post-discord-release.js
@@ -90,7 +90,7 @@ for (const group of GROUP_ORDER) {
90
if (!commits.length) discordMessage += "No commits found.";
91
92
// Append download link
93
-discordMessage += `⬇️ [Direct APK Download](<${REPO_URL}/releases/download/${latestTag}/MultiLauncher-${latestTag}-Signed.apk>) ⬇️`;
+discordMessage += `:arrow_down: [Direct APK Download](<${REPO_URL}/releases/download/${latestTag}/MultiLauncher-${latestTag}-Signed.apk>) :arrow_down:`;
94
95
// Send to Discord
96
const payload = JSON.stringify({
0 commit comments