From fb63481d2c5b7b468df6c5ebdee30178bc9155f5 Mon Sep 17 00:00:00 2001 From: Ninjune x Date: Thu, 17 Nov 2022 16:56:06 -0600 Subject: 1.6.0 Changelog in releases --- commands/toggle.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 commands/toggle.js (limited to 'commands/toggle.js') 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 -- cgit