aboutsummaryrefslogtreecommitdiff
path: root/commands/reload.js
diff options
context:
space:
mode:
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