Started with CLI "Quick Setup" feature.

This commit is contained in:
DJj123dj
2025-04-16 21:44:23 +02:00
parent ad623f9650
commit e73c8e9b3b
4 changed files with 200 additions and 54 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ const main = async () => {
//switch to CLI context instead of running the bot
if (useCliFlag && useCliFlag.value){
await (await (import("./core/startup/cli.js"))).execute()
await (await (import("./core/cli/cli.js"))).execute()
await utilities.timer(1000)
console.log("\n\n"+ansis.red("❌ Something went wrong in the Interactive Setup CLI. Please try again or report a bug in our discord server."))
process.exit(0)