EphemeralUserCommandFailedChecksEvent
data class EphemeralUserCommandFailedChecksEvent(val command: EphemeralUserCommand<*>, val event: UserCommandInteractionCreateEvent, val reason: Key) : UserCommandFailedChecksEvent<EphemeralUserCommand<*>>
Event emitted when an ephemeral user command's checks fail.
Constructors
Link copied to clipboard
constructor(command: EphemeralUserCommand<*>, event: UserCommandInteractionCreateEvent, reason: Key)