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