GlobalSlashCommand

An application command that is available globally.

Functions

execute
Link copied to clipboard
abstract suspend fun GlobalSlashCommandContext.execute()

Called when this command is used in an interaction

Properties

request
Link copied to clipboard
abstract val request: ApplicationCommandRequest

The discord-json request body to be sent to the Discord API

Sources

jvm source
Link copied to clipboard