PublicSlashCommandFailedChecksEvent
data class PublicSlashCommandFailedChecksEvent(val command: PublicSlashCommand<*, *>, val event: ChatInputCommandInteractionCreateEvent, val reason: Key) : SlashCommandFailedChecksEvent<PublicSlashCommand<*, *>>
Event emitted when a public slash command's checks fail.
Constructors
Link copied to clipboard
constructor(command: PublicSlashCommand<*, *>, event: ChatInputCommandInteractionCreateEvent, reason: Key)