IMessageCommandBuilderImpl

Constructors

Link copied to clipboard
constructor(yde: YDEImpl, guildIds: MutableList<String>, applicationId: String)

Functions

Link copied to clipboard

Adds a new Message Command to the builder

Adds a message command to the builder

Link copied to clipboard
open override fun addMessageCommands(vararg messageCommands: MessageCommandBuilder): IMessageCommandBuilder

Adds a list of Message Commands to the builder

Link copied to clipboard
open override fun build()

Builds the Message Commands

Link copied to clipboard

All the Message Commands in the builder

Link copied to clipboard

Removes all Message Commands from the builder

Link copied to clipboard

Removes a Message Command from the builder

Link copied to clipboard
open override fun removeMessageCommands(vararg messageCommands: MessageCommandBuilder): IMessageCommandBuilder

Removes a list of Message Commands from the builder