ApplicationCommands
class ApplicationCommands(config: ApplicationCommands.Config, restClient: RestClient, applicationId: Long)
Content copied to clipboard
Plugin for using "slash" commands
Constructors
ApplicationCommands
Link copied to clipboard
fun ApplicationCommands(config: ApplicationCommands.Config, restClient: RestClient, applicationId: Long)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object Companion : GatewayFeature<ApplicationCommands.Config, ApplicationCommands>
Content copied to clipboard
Functions
updateCommands
Link copied to clipboard
Properties
commandMap
Link copied to clipboard
val commandMap: Map<Snowflake, ApplicationCommand<ApplicationCommandContext>>
Content copied to clipboard
commands
Link copied to clipboard
globalCommands
Link copied to clipboard
guildCommands
Link copied to clipboard
Sources
jvm source
Link copied to clipboard