Update constructor.ts

This commit is contained in:
Fripine
2024-04-24 19:19:36 +08:00
committed by GitHub
parent 35afb12756
commit e709f31b99

View File

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