GlobalGuildUserCommand

An application command that is available globally, but can only be used from within a guild.

Functions

execute
Link copied to clipboard
abstract suspend fun GuildUserCommandContext.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