mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix: error
This commit is contained in:
parent
9aca98bf13
commit
e733a6b69a
@ -109,8 +109,8 @@ export class OneBotGroupApi {
|
|||||||
return new OB11GroupPokeEvent(
|
return new OB11GroupPokeEvent(
|
||||||
this.core,
|
this.core,
|
||||||
parseInt(msg.peerUid),
|
parseInt(msg.peerUid),
|
||||||
parseInt((await this.core.apis.UserApi.getUinByUidV2(poke_uid[0].uid))!),
|
+await this.core.apis.UserApi.getUinByUidV2(poke_uid[0].uid),
|
||||||
parseInt((await this.core.apis.UserApi.getUinByUidV2(poke_uid[1].uid))!),
|
+await this.core.apis.UserApi.getUinByUidV2(poke_uid[1].uid),
|
||||||
pokedetail,
|
pokedetail,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user