chore: HeartBeat

This commit is contained in:
手瓜一十雪
2024-08-10 16:58:40 +08:00
parent 3269061db4
commit b5d24d751d
6 changed files with 39 additions and 10 deletions

View File

@@ -1,5 +1,4 @@
import type { NodeIQQNTWrapperSession, WrapperNodeApi } from "@/core/wrapper/wrapper";
import { randomUUID } from "node:crypto";
import EventEmitter from "node:events";
export type ListenerClassBase = Record<string, string>;