SlashCommand
interface SlashCommand<in C : SlashCommandContext> : ApplicationCommand<C>
Content copied to clipboard
Functions
Properties
request
Link copied to clipboard
Inheritors
GlobalSlashCommand
Link copied to clipboard
GlobalGuildSlashCommand
Link copied to clipboard
GuildSlashCommand
Link copied to clipboard
Extensions
applicationCommandRequest
Link copied to clipboard
fun SlashCommand<*>.applicationCommandRequest(name: String, desc: String, block: ApplicationCommandBuilder.() -> Unit = {}): ApplicationCommandRequest
Content copied to clipboard
DSL for building ApplicationCommandRequest for slash commands
Sources
jvm source
Link copied to clipboard