command
fun <C : Any> CommandManager<C>.command(vararg commands: MutableCommandBuilder<C>): CommandManager<C>
Build the provided MutableCommandBuilders into Commands, and then register them with the command manager
Return
the command manager
Parameters
commands
mutable command builder(s) to register
See also
Command Manager. command