UserCommandFailedWithExceptionEvent
interface UserCommandFailedWithExceptionEvent<C : UserCommand<*, *>> : UserCommandFailedEvent<C> , CommandFailedWithExceptionEvent<C, UserCommandInteractionCreateEvent>
Basic event emitted when a user command invocation fails with an exception.