ReadonlyoverloadsThe overloads of the command.
The permissions of the command.
ReadonlysubcommandsThe subcommands of the command.
Overloads the command with the given options.
The options of the overload.
Overloads the command with the given options and callback.
The options of the overload.
The callback of the overload.
Registers a subcommand with the given name, description, and callback.
The name of the subcommand.
The description of the subcommand.
The callback of the subcommand.
Optionalaliases: string[]The aliases of the subcommand.
The subcommand that was registered.
Registers a subcommand with the given name, description, registry callback, and execution callback.
The name of the subcommand.
The description of the subcommand.
The registry callback of the subcommand.
The execution callback of the subcommand.
Optionalaliases: string[]The aliases of the subcommand.
The subcommand that was registered.
The will make the command appear with a
debugflag in the available commands list.