removeUserCommands

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

Removes a List of User Commands from the builder

Parameters

userCommands

The List of User Commands to remove