Skip to content

Commit

Permalink
Fix discord announcement not including minecraft version (SkyblockerM…
Browse files Browse the repository at this point in the history
kevinthegreat1 authored Jul 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 288151a commit 5aece82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -147,7 +147,7 @@ publishMods {
discord {
webhookUrl = System.getenv("DISCORD_WEBHOOK")
username = "Changelog"
content = changelog.map { "<@&1134565945482948638>\n## Skyblocker v${mod_version}\n" + it}
content = changelog.map { "<@&1134565945482948638>\n## ${displayName}\n" + it}
}
}

0 comments on commit 5aece82

Please sign in to comment.