diff options
author | Ninjune <enderknight537@gmail.com> | 2022-10-26 22:45:52 -0500 |
---|---|---|
committer | Ninjune <enderknight537@gmail.com> | 2022-10-26 22:45:52 -0500 |
commit | e55e71c8c2ee5fc6541eed04e9b684c6167e8f07 (patch) | |
tree | 4bb43bc3aa158a2aa207470b37bc36556081f63a /commands/help.js | |
parent | f83001bc4a3543cdcd594001e7e6a7aeea749ba1 (diff) | |
download | coleweight-e55e71c8c2ee5fc6541eed04e9b684c6167e8f07.tar.gz coleweight-e55e71c8c2ee5fc6541eed04e9b684c6167e8f07.tar.bz2 coleweight-e55e71c8c2ee5fc6541eed04e9b684c6167e8f07.zip |
1.5.0 Release
Diffstat (limited to 'commands/help.js')
-rw-r--r-- | commands/help.js | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/commands/help.js b/commands/help.js new file mode 100644 index 0000000..c554294 --- /dev/null +++ b/commands/help.js @@ -0,0 +1,18 @@ +import constants from "../util/constants" +const PREFIX = constants.PREFIX + +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 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.`) + 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.`) + ChatLib.chat(`${PREFIX}&b/cw leaderboard => Gets leaderboard within a specific range (like 20 40)`) + ChatLib.chat(`${PREFIX}&b/fetchdiscord (username) => Gets discord of username (if linked)`) + ChatLib.chat("") +}
\ No newline at end of file |