EphemeralMessageCommandFailedWithExceptionEvent
data class EphemeralMessageCommandFailedWithExceptionEvent(val command: EphemeralMessageCommand<*>, val event: MessageCommandInteractionCreateEvent, val throwable: Throwable) : MessageCommandFailedWithExceptionEvent<EphemeralMessageCommand<*>>
Event emitted when an ephemeral message command invocation fails with an exception.
Constructors
Link copied to clipboard
constructor(command: EphemeralMessageCommand<*>, event: MessageCommandInteractionCreateEvent, throwable: Throwable)