Integer

class Integer constructor(displayName: Key, description: Key, body: suspend IntegerOptionBuilder.() -> Unit) : ChoiceOptionWrapper<IntegerOptionBuilder, Long>

Constructors

Link copied to clipboard
constructor(displayName: Key, description: Key, body: suspend IntegerOptionBuilder.() -> Unit)

Properties

Link copied to clipboard
val body: suspend IntegerOptionBuilder.() -> Unit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val modifiers: MutableList<suspend IntegerOptionBuilder.() -> Unit>
Link copied to clipboard
val type: KClass<IntegerOptionBuilder>

Functions

Link copied to clipboard
suspend fun apply(builder: IntegerOptionBuilder): IntegerOptionBuilder
Link copied to clipboard
fun choice(name: Key, value: Long)
Link copied to clipboard
fun modify(body: suspend IntegerOptionBuilder.() -> Unit)
Link copied to clipboard
suspend fun toKord(): OptionsBuilder