From f764220a8e375286acaf028b78a09bccf23b9122 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Wed, 5 Oct 2022 11:42:56 +0800 Subject: asd --- src/features/changeLogGUI/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/changeLogGUI/index.js b/src/features/changeLogGUI/index.js index 43e34c8..99254e1 100644 --- a/src/features/changeLogGUI/index.js +++ b/src/features/changeLogGUI/index.js @@ -36,7 +36,7 @@ class ChangeLogGui extends Feature { this.registerCommand("downloadbettermap", () => { new Thread(() => { - ChatLib.chat("Downloading...") + ChatLib.chat("Downloading... (this may take a bit)") let url = FileLib.getUrlContent("http://soopy.dev/api/bettermap/downloadurl") @@ -58,7 +58,7 @@ class ChangeLogGui extends Feature { this.registerCommand("updatebettermap", () => { new Thread(() => { - ChatLib.chat("Updating...") + ChatLib.chat("Updating... (this may take a bit)") let url = FileLib.getUrlContent("http://soopy.dev/api/bettermap/downloadurl") -- cgit