From 8ad19e54f6c3f44a84dd2565d910c207ffc5bc52 Mon Sep 17 00:00:00 2001 From: Ninjune Date: Sun, 4 Dec 2022 17:04:15 -0600 Subject: v1.6.11 --- commands/reload.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 commands/reload.js (limited to 'commands/reload.js') 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 -- cgit