aboutsummaryrefslogtreecommitdiff
path: root/commands/reload.js
diff options
context:
space:
mode:
authorNinjune <enderknight537@gmail.com>2022-12-04 17:04:15 -0600
committerNinjune <enderknight537@gmail.com>2022-12-04 17:04:15 -0600
commit8ad19e54f6c3f44a84dd2565d910c207ffc5bc52 (patch)
tree88bf7492232501b471ca1cb52b2acf0969437759 /commands/reload.js
parent1d26a47068b357c4a9f4cb0225aa063134e9a0d9 (diff)
downloadcoleweight-8ad19e54f6c3f44a84dd2565d910c207ffc5bc52.tar.gz
coleweight-8ad19e54f6c3f44a84dd2565d910c207ffc5bc52.tar.bz2
coleweight-8ad19e54f6c3f44a84dd2565d910c207ffc5bc52.zip
v1.6.11
Diffstat (limited to 'commands/reload.js')
-rw-r--r--commands/reload.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/commands/reload.js b/commands/reload.js
deleted file mode 100644
index 1c5fcc0..0000000
--- a/commands/reload.js
+++ /dev/null
@@ -1,11 +0,0 @@
-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