EphemeralUserCommandFailedWithExceptionEvent
data class EphemeralUserCommandFailedWithExceptionEvent(val command: EphemeralUserCommand<*>, val event: UserCommandInteractionCreateEvent, val throwable: Throwable) : UserCommandFailedWithExceptionEvent<EphemeralUserCommand<*>>
Event emitted when an ephemeral user command invocation fails with an exception.
Constructors
Link copied to clipboard
constructor(command: EphemeralUserCommand<*>, event: UserCommandInteractionCreateEvent, throwable: Throwable)