diff options
author | Ninjune <enderknight537@gmail.com> | 2022-12-04 17:04:15 -0600 |
---|---|---|
committer | Ninjune <enderknight537@gmail.com> | 2022-12-04 17:04:15 -0600 |
commit | 8ad19e54f6c3f44a84dd2565d910c207ffc5bc52 (patch) | |
tree | 88bf7492232501b471ca1cb52b2acf0969437759 /commandManager.js | |
parent | 1d26a47068b357c4a9f4cb0225aa063134e9a0d9 (diff) | |
download | coleweight-8ad19e54f6c3f44a84dd2565d910c207ffc5bc52.tar.gz coleweight-8ad19e54f6c3f44a84dd2565d910c207ffc5bc52.tar.bz2 coleweight-8ad19e54f6c3f44a84dd2565d910c207ffc5bc52.zip |
v1.6.11
Diffstat (limited to 'commandManager.js')
-rw-r--r-- | commandManager.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/commandManager.js b/commandManager.js index cf28a8c..62623f8 100644 --- a/commandManager.js +++ b/commandManager.js @@ -2,9 +2,8 @@ import { openTimerGui } from "./render/timerGui.js" import { openPowderGui } from "./render/powertrackerGui" import { openCoordsGui } from "./render/coordsGui.js" import { openDowntimeGui } from "./render/downtimeGui.js" -import { openCwGui } from "./render/cwGui" +import { openCwGui, reload } from "./render/cwGui" import { help } from "./commands/help" -import { reload } from "./commands/reload" import { setkey } from "./commands/setkey" import { spiral } from "./commands/spiral" import { throne } from "./commands/throne" |