CommandHandle
Functions
Link copied to clipboard
abstract infix fun autocompleteHandle(block: suspend InteractionCall<Interaction.Data.Command>.() -> Unit): CommandHandle
Link copied to clipboard
abstract infix fun handle(block: suspend InteractionCall<Interaction.Data.Command>.() -> Unit): CommandHandle
Properties
Inheritors
Extensions
Link copied to clipboard
infix fun CommandHandle.autocomplete(block: suspend Interaction.Response.Data.Autocomplete.Builder.(data: Interaction.Data.Command) -> Unit): CommandHandle