ChatCommandFailedWithExceptionEvent
data class ChatCommandFailedWithExceptionEvent(val command: ChatCommand<*>, val event: MessageCreateEvent, val throwable: Throwable) : CommandFailedWithExceptionEvent<ChatCommand<*>, MessageCreateEvent>
Event emitted when a chat command's invocation fails with an exception.