MessageCommandFailedWithExceptionEvent
interface MessageCommandFailedWithExceptionEvent<C : MessageCommand<*, *>> : MessageCommandFailedEvent<C> , CommandFailedWithExceptionEvent<C, MessageCommandInteractionCreateEvent>
Basic event emitted when a message command invocation fails with an exception.