chore:fix

This commit is contained in:
手瓜一十雪
2024-08-11 00:44:37 +08:00
parent e0478a2ffc
commit 87f513d9ed
7 changed files with 21 additions and 7 deletions

View File

@@ -24,7 +24,9 @@ export class OB11ActiveWebSocketAdapter implements IOB11NetworkAdapter {
this.coreContext = coreContext;
this.onebotContext = onebotContext;
}
registerActionMap(actionMap: Map<string, BaseAction<any, any>>) {
this.actionMap = actionMap;
}
registerHeartBeat() {
if (this.connection) {
this.heartbeatTimer = setInterval(() => {