mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
oops
This commit is contained in:
@@ -52,15 +52,6 @@ program //
|
||||
.option('-y, --yes', "Say yes to all prompts")
|
||||
.option('-e, --env [path]', "Supply a path to a .env")
|
||||
.action(async (...args) => importDynamic('command-clear.js').then((m) => m.commandClear(...args))));
|
||||
program
|
||||
.command('app')
|
||||
.description('manage your discord application')
|
||||
.addCommand(
|
||||
new Command('update')
|
||||
.description("Refresh your discord application.")
|
||||
.option('-W --suppress-warnings', 'suppress experimental warning')
|
||||
.action(async (...args) => importDynamic('app-update.js').then(m => m.appUpdate(...args))))
|
||||
|
||||
program
|
||||
.command('build')
|
||||
.description('Build your bot')
|
||||
|
||||
Reference in New Issue
Block a user