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