addUserCommands

@CheckReturnValue
abstract fun addUserCommands(userCommands: List<UserCommandBuilder>): IUserCommandBuilder(source)
@CheckReturnValue
abstract fun addUserCommands(vararg userCommands: UserCommandBuilder): IUserCommandBuilder(source)

Lists of User Commands to the builder

Parameters

userCommands

The list of User Commands to add