aboutsummaryrefslogtreecommitdiff
path: root/util/updater.js
diff options
context:
space:
mode:
Diffstat (limited to 'util/updater.js')
-rw-r--r--util/updater.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/updater.js b/util/updater.js
index dd497b6..edc20f8 100644
--- a/util/updater.js
+++ b/util/updater.js
@@ -10,7 +10,7 @@ register("worldLoad", () => {
ChatLib.chat(`${PREFIX}&eYou are using an unsupported version of Coleweight!`)
new TextComponent(`${PREFIX}&eClick &3here&e to open the github releases!`)
.setClickAction("open_url")
- .setClickValue(`https://github.com/Ninjune/coleweight/releases/${res.data.version}`)
+ .setClickValue(`https://github.com/Ninjune/coleweight/releases`)
.chat()
ChatLib.chat("")
})