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