mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-28 12:01:22 +08:00
fix
This commit is contained in:
parent
309d8a9f18
commit
5f56c8a7d4
@ -213,7 +213,7 @@ export class OneBotGroupApi {
|
||||
async parseGroupMemberIncreaseEvent(GroupCode: string, grayTipElement: GrayTipElement) {
|
||||
const groupElement = grayTipElement?.groupElement;
|
||||
if (!groupElement) return undefined;
|
||||
const member = await this.core.apis.GroupApi.getGroupMember(GroupCode, groupElement.memberUid);
|
||||
const member = await this.core.apis.UserApi.getUserDetailInfo(groupElement.memberUid);
|
||||
const memberUin = member?.uin;
|
||||
const adminMember = await this.core.apis.GroupApi.getGroupMember(GroupCode, groupElement.adminUid);
|
||||
if (memberUin) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user