diff options
author | Ninjune x <enderknight537@gmail.com> | 2022-11-17 16:56:06 -0600 |
---|---|---|
committer | Ninjune x <enderknight537@gmail.com> | 2022-11-17 16:56:06 -0600 |
commit | fb63481d2c5b7b468df6c5ebdee30178bc9155f5 (patch) | |
tree | 3ec467f8acb9594c7b5547426a3b640856dc7e37 /commands/toggle.js | |
parent | 9085ac77ce364572b14f132b64ead5cde2194607 (diff) | |
download | coleweight-fb63481d2c5b7b468df6c5ebdee30178bc9155f5.tar.gz coleweight-fb63481d2c5b7b468df6c5ebdee30178bc9155f5.tar.bz2 coleweight-fb63481d2c5b7b468df6c5ebdee30178bc9155f5.zip |
1.6.0 Changelog in releasesv1.6.1
Diffstat (limited to 'commands/toggle.js')
-rw-r--r-- | commands/toggle.js | 9 |
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 |