aboutsummaryrefslogtreecommitdiff
path: root/commands/reload.js
diff options
context:
space:
mode:
authorNinjune <enderknight537@gmail.com>2022-10-26 22:45:52 -0500
committerNinjune <enderknight537@gmail.com>2022-10-26 22:45:52 -0500
commite55e71c8c2ee5fc6541eed04e9b684c6167e8f07 (patch)
tree4bb43bc3aa158a2aa207470b37bc36556081f63a /commands/reload.js
parentf83001bc4a3543cdcd594001e7e6a7aeea749ba1 (diff)
downloadcoleweight-e55e71c8c2ee5fc6541eed04e9b684c6167e8f07.tar.gz
coleweight-e55e71c8c2ee5fc6541eed04e9b684c6167e8f07.tar.bz2
coleweight-e55e71c8c2ee5fc6541eed04e9b684c6167e8f07.zip
1.5.0 Release
Diffstat (limited to 'commands/reload.js')
-rw-r--r--commands/reload.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/commands/reload.js b/commands/reload.js
new file mode 100644
index 0000000..1c5fcc0
--- /dev/null
+++ b/commands/reload.js
@@ -0,0 +1,11 @@
+import constants from "../util/constants"
+const PREFIX = constants.PREFIX
+
+export function reload()
+{
+ constants.upTimeTrack = false
+ constants.stepsSinceLast = 0
+ constants.cwValues = []
+ constants.uptime = 0
+ ChatLib.chat(`${PREFIX}Reloaded!`)
+} \ No newline at end of file