Update constructor.ts

This commit is contained in:
Fripine 2024-04-24 19:19:36 +08:00 committed by GitHub
parent 35afb12756
commit e709f31b99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -455,6 +455,7 @@ export class OB11Constructor {
const event = new OB11FriendAddNoticeEvent(parseInt(msg.peerUin));
return event;
}
return;
}
static friend(friend: User): OB11User {