EphemeralSlashCommandFailedChecksEvent
data class EphemeralSlashCommandFailedChecksEvent(val command: EphemeralSlashCommand<*, *>, val event: ChatInputCommandInteractionCreateEvent, val reason: Key) : SlashCommandFailedChecksEvent<EphemeralSlashCommand<*, *>>
Event emitted when an ephemeral slash command's checks fail.
Constructors
Link copied to clipboard
constructor(command: EphemeralSlashCommand<*, *>, event: ChatInputCommandInteractionCreateEvent, reason: Key)