Merge pull request #266 from Fripine/fix/OB11FriendRequestEvent

fix: wrong comment words in FriendRequestEvent
This commit is contained in:
手瓜一十雪 2024-08-16 12:44:33 +08:00 committed by GitHub
commit a35b6813a4

View File

@ -291,8 +291,8 @@ export class NapCatOneBot11Adapter {
await this.networkManager.emitEvent(new OB11FriendRequestEvent(
this.core,
parseInt(requesterUin!),
req.friendUid + '|' + req.reqTime,
req.extWords,
req.friendUid + '|' + req.reqTime,
));
} catch (e) {
this.context.logger.logDebug('获取加好友者QQ号失败', e);