From fb63481d2c5b7b468df6c5ebdee30178bc9155f5 Mon Sep 17 00:00:00 2001 From: Ninjune x Date: Thu, 17 Nov 2022 16:56:06 -0600 Subject: 1.6.0 Changelog in releases --- commands/help.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'commands/help.js') diff --git a/commands/help.js b/commands/help.js index bc22fda..3c20b01 100644 --- a/commands/help.js +++ b/commands/help.js @@ -6,9 +6,12 @@ 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 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 settings => Open settings.`) + ChatLib.chat(`${PREFIX}&b/cw time => Prints time on timer (timer gui doesn't have to be visible).`) + ChatLib.chat(`${PREFIX}&b/cw tick <('r','jade', etc) || breaking power of block> => Shows tick data.`) + ChatLib.chat(`${PREFIX}&b/cw info => Prints coleweight info.`) + ChatLib.chat(`${PREFIX}&b/cw claim => Claims a chollows sapphire structure in a lobby.`) + ChatLib.chat(`${PREFIX}&b/cw setkey => Sets API key (can also use /api new)`) ChatLib.chat(`${PREFIX}&b/cw reload => Reloads the gui.`) ChatLib.chat(`${PREFIX}&b/cw throne => Guide for setting up waypoints for throne.`) ChatLib.chat(`${PREFIX}&b/cw spiral => Guide for setting up waypoints for spiral.`) -- cgit