diff options
author | Ninjune <enderknight537@gmail.com> | 2022-10-28 18:34:34 -0500 |
---|---|---|
committer | Ninjune <enderknight537@gmail.com> | 2022-10-28 18:34:34 -0500 |
commit | 2c63075f255687131ce077d2c8de7b8735d60169 (patch) | |
tree | f589d5ba61e32be010ccb83e42a9f3fb3524bef3 /commands/help.js | |
parent | 114cf1050c1d960af7447755df58be9a4e5f7652 (diff) | |
download | coleweight-2c63075f255687131ce077d2c8de7b8735d60169.tar.gz coleweight-2c63075f255687131ce077d2c8de7b8735d60169.tar.bz2 coleweight-2c63075f255687131ce077d2c8de7b8735d60169.zip |
Updated to 1.5.1 (bug fixes)v1.5.1
Diffstat (limited to 'commands/help.js')
-rw-r--r-- | commands/help.js | 2 |
1 files changed, 1 insertions, 1 deletions
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.`) |