Skip to content

Commit 5aece82

Browse files
Fix discord announcement not including minecraft version (SkyblockerMod#821)
1 parent 288151a commit 5aece82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ publishMods {
147147
discord {
148148
webhookUrl = System.getenv("DISCORD_WEBHOOK")
149149
username = "Changelog"
150-
content = changelog.map { "<@&1134565945482948638>\n## Skyblocker v${mod_version}\n" + it}
150+
content = changelog.map { "<@&1134565945482948638>\n## ${displayName}\n" + it}
151151
}
152152
}
153153

0 commit comments

Comments
 (0)