UserCommand
interface UserCommand<in C : UserCommandContext> : ApplicationCommand<C>
Content copied to clipboard
Functions
Properties
request
Link copied to clipboard
Inheritors
GlobalUserCommand
Link copied to clipboard
GlobalGuildUserCommand
Link copied to clipboard
GuildUserCommand
Link copied to clipboard
Extensions
applicationCommandRequest
Link copied to clipboard
fun UserCommand<*>.applicationCommandRequest(name: String): ApplicationCommandRequest
Content copied to clipboard
DSL for building ApplicationCommandRequest for user commands
Sources
jvm source
Link copied to clipboard