fix: FriendRequestEvent

This commit is contained in:
Fripine 2024-08-16 12:21:33 +08:00
parent 75b33f5cb1
commit 8712160fd7
No known key found for this signature in database
GPG Key ID: 326813FC366DEC06

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);