style: lint

This commit is contained in:
手瓜一十雪
2024-11-30 13:29:10 +08:00
parent add683c752
commit 594b95ee91
3 changed files with 16 additions and 14 deletions

View File

@@ -76,7 +76,7 @@ export class NapCatOneBot11Adapter {
FriendApi: new OneBotFriendApi(this, core),
MsgApi: new OneBotMsgApi(this, core),
QuickActionApi: new OneBotQuickActionApi(this, core),
};
} as const;
this.actions = createActionMap(this, core);
this.networkManager = new OB11NetworkManager();
}