GlobalGuildSlashCommand
interface GlobalGuildSlashCommand : SlashCommand<GuildSlashCommandContext> , GlobalGuildApplicationCommand<GuildSlashCommandContext>
Content copied to clipboard
An application command that is available globally, but can only be used from within a guild.
Functions
execute
Link copied to clipboard
Called when this command is used in an interaction
Properties
request
Link copied to clipboard
Sources
jvm source
Link copied to clipboard