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