This commit is contained in:
手瓜一十雪 2024-08-12 02:23:46 +08:00
parent 6c2b45679a
commit 69752b8837

View File

@ -55,7 +55,7 @@ export class NapCatOneBot11Adapter {
FriendApi: new OneBotFriendApi(this, core),
};
this.networkManager = new OB11NetworkManager();
this.InitOneBot();
this.InitOneBot().then().catch(e => this.context.logger.logError('初始化OneBot失败', e));
}
async InitOneBot() {