suspend fun CommandRegistry.registerCommandsAwait(commands: List<Command>): List<Command>
Register a list of commands.
commands - the commands to register
commands
Return a reference to this, so the API can be used fluently *