refactor: group call

This commit is contained in:
手瓜一十雪
2024-06-01 14:02:43 +08:00
parent ee78d2d59d
commit 52eb6ed5ab
42 changed files with 41 additions and 43 deletions

View File

@@ -1,6 +1,5 @@
import { NodeIKernelMsgListener } from "@/core";
import { NodeIQQNTWrapperSession } from "@/core/wrapper";
import { randomUUID } from "crypto";
interface Internal_MapKey {
@@ -152,7 +151,6 @@ export class NTEventWrapper {
retEvent = await EventFunc!(...args);
});
}
}
export const NTEventDispatch = new NTEventWrapper();