handle

abstract suspend fun handle(event: ChatInputCommandInteractionCreateEvent)

Event handler for slash commands.


abstract suspend fun handle(event: MessageCommandInteractionCreateEvent)

Event handler for message commands.


abstract suspend fun handle(event: UserCommandInteractionCreateEvent)

Event handler for user commands.


abstract suspend fun handle(event: AutoCompleteInteractionCreateEvent)

Event handler for autocomplete interactions.