aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorKevin <92656833+kevinthegreat1@users.noreply.github.com>2024-07-09 05:49:11 +0800
committerGitHub <noreply@github.com>2024-07-08 23:49:11 +0200
commit5aece824aacc1c1608096f1cf3fd6e59317b8052 (patch)
tree5ec753226403b33089e2f9e9cb587b3beab4afa2 /build.gradle
parent288151a23e1ae5461dc847ae7475adea67431efa (diff)
downloadSkyblocker-5aece824aacc1c1608096f1cf3fd6e59317b8052.tar.gz
Skyblocker-5aece824aacc1c1608096f1cf3fd6e59317b8052.tar.bz2
Skyblocker-5aece824aacc1c1608096f1cf3fd6e59317b8052.zip
Fix discord announcement not including minecraft version (#821)
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 1c4039b5..ea70c4ef 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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}
}
}