aboutsummaryrefslogtreecommitdiff
path: root/commands/toggle.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/toggle.js')
-rw-r--r--commands/toggle.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/commands/toggle.js b/commands/toggle.js
deleted file mode 100644
index a5e0ec2..0000000
--- a/commands/toggle.js
+++ /dev/null
@@ -1,9 +0,0 @@
-import constants from "../util/constants"
-const PREFIX = constants.PREFIX
-
-export function toggle()
-{
- constants.data.cwToggle = !constants.data.cwToggle
- constants.data.save()
- ChatLib.chat(`${PREFIX}&bSet gui to: &3${constants.data.cwToggle}`)
-} \ No newline at end of file