Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class InteractionBuilder(applicationId: String, dispatcher: EventDispatcher, botContext: BotContext, existingCommands: List<Command>)
Link copied to clipboard
annotation class InteractionModule
Link copied to clipboard

The action scope of the response to an Interaction.

Link copied to clipboard

Functions

Link copied to clipboard
fun BotBase.interactions(trim: Boolean = true, commands: InteractionBuilder.() -> Unit)

Installs the interactions DSL and provides a scope for defining commands