fix ticket cmd perms, updated djs & added dump cmd

This commit is contained in:
DJj123dj
2024-09-04 20:13:13 +02:00
parent 39099a0dfe
commit 55bcff8030
10 changed files with 113 additions and 63 deletions
+3
View File
@@ -373,6 +373,9 @@ const main = async () => {
//load text commands
openticket.log("Loading text commands...","system")
if (openticket.defaults.getDefault("allowDumpCommand")){
(await import("./core/startup/dump.js")).loadDumpCommand()
}
if (openticket.defaults.getDefault("textCommandLoading")){
await (await import("./data/framework/commandLoader.js")).loadAllTextCommands()
}