feat: raw包能力增强完成

This commit is contained in:
手瓜一十雪
2025-10-30 10:58:02 +08:00
parent 52289c605a
commit 05f3820bc4
6 changed files with 239 additions and 5 deletions

View File

@@ -102,7 +102,6 @@ export class NapCatOneBot11Adapter {
async InitOneBot () {
const selfInfo = this.core.selfInfo;
const ob11Config = this.configLoader.configData;
this.core.apis.UserApi.getUserDetailInfo(selfInfo.uid, false)
.then(async (user) => {
selfInfo.nick = user.nick;