From 2c63075f255687131ce077d2c8de7b8735d60169 Mon Sep 17 00:00:00 2001 From: Ninjune Date: Fri, 28 Oct 2022 18:34:34 -0500 Subject: Updated to 1.5.1 (bug fixes) --- commands/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/help.js') diff --git a/commands/help.js b/commands/help.js index c554294..bc22fda 100644 --- a/commands/help.js +++ b/commands/help.js @@ -6,7 +6,7 @@ export function help() ChatLib.chat("") ChatLib.chat(`${PREFIX}&b/cw [username] => Gets coleweight`) ChatLib.chat(`${PREFIX}&b/cw help => This menu.`) - ChatLib.chat(`${PREFIX}&b/cw gui => Change gui location`) + ChatLib.chat(`${PREFIX}&b/cw move => Change gui location`) ChatLib.chat(`${PREFIX}&b/cw toggle => Toggle gui (gui is only active when mining)`) ChatLib.chat(`${PREFIX}&b/cw setkey (key) => Sets API key (can also use /api new)`) ChatLib.chat(`${PREFIX}&b/cw reload => Reloads the gui.`) -- cgit