addSlashCommands

@CheckReturnValue
abstract fun addSlashCommands(slashes: List<SlashCommandBuilder>): ISlashCommandBuilder(source)
@CheckReturnValue
abstract fun addSlashCommands(vararg slashes: SlashCommandBuilder): ISlashCommandBuilder(source)

Lists of Slash Commands to the builder

Parameters

slashes

The list of Slash Commands to add