fix ticket cmd perms, updated djs & added dump cmd
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user