mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 13:01:14 +00:00
Merge pull request #266 from Fripine/fix/OB11FriendRequestEvent
fix: wrong comment words in FriendRequestEvent
This commit is contained in:
commit
14ab21fe9a
@ -291,8 +291,8 @@ export class NapCatOneBot11Adapter {
|
|||||||
await this.networkManager.emitEvent(new OB11FriendRequestEvent(
|
await this.networkManager.emitEvent(new OB11FriendRequestEvent(
|
||||||
this.core,
|
this.core,
|
||||||
parseInt(requesterUin!),
|
parseInt(requesterUin!),
|
||||||
req.friendUid + '|' + req.reqTime,
|
|
||||||
req.extWords,
|
req.extWords,
|
||||||
|
req.friendUid + '|' + req.reqTime,
|
||||||
));
|
));
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.context.logger.logDebug('获取加好友者QQ号失败', e);
|
this.context.logger.logDebug('获取加好友者QQ号失败', e);
|
||||||
|
Loading…
Reference in New Issue
Block a user