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