Integer Argument Type
class IntegerArgumentType @JvmOverloads constructor(val minimum: Int, val maximum: Int, val examples: Set<String> = emptySet()) : RangedArgumentType<Int>
Properties
Functions
Link copied to clipboard
open suspend fun <S> listSuggestions(context: CommandContext<S>?, builder: SuggestionsBuilder): Suggestions
Link copied to clipboard