Constructors

Link copied to clipboard

Functions

Link copied to clipboard

Creates the select menu.

Link copied to clipboard
abstract fun setDisabled(disabled: Boolean): SelectMenuCreator

Sets whether the select menu is disabled.

Link copied to clipboard
abstract fun setMaxValues(maxValues: Int): SelectMenuCreator

Sets the maximum number of values.

Link copied to clipboard
abstract fun setMinValues(minValues: Int): SelectMenuCreator

Sets the minimum number of values.

Link copied to clipboard
abstract fun setPlaceholder(placeholder: String): SelectMenuCreator

Sets the placeholder of the select menu.

Properties

Link copied to clipboard
open override val customId: String
Link copied to clipboard
open override val json: ObjectNode