setRequiredRange
fun <B : SelectMenu.Builder<*, B>> SelectMenu.Builder<*, B>.setRequiredRange(range: IntRange): B(source)
Deprecated
Moved to the BotCommands-jda-ktx module You can find & replace: Find: io.github.freya022.botcommands.api.core.utils.setRequiredRange Replace: dev.freya02.botcommands.jda.ktx.ranges.setRequiredRange
The minimum and maximum amount of values a user can select.