Skip to content

Commit

Permalink
Fix discord announcement not including minecraft version (#821)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5aece82)
  • Loading branch information
kevinthegreat1 committed Jul 10, 2024
1 parent 744f316 commit e8d0b6f
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
Expand Up @@ -145,7 +145,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}
}
}

Expand Down

0 comments on commit e8d0b6f

Please sign in to comment.