mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-24 09:00:06 +08:00
fix
This commit is contained in:
parent
71a15f92fb
commit
3f60440e72
@ -31,7 +31,7 @@ export class PacketOperationContext {
|
||||
}
|
||||
|
||||
async GroupPoke(groupUin: number, uin: number) {
|
||||
const req = trans.SendPoke.build(true, uin, groupUin);
|
||||
const req = trans.SendPoke.build(true, groupUin, uin);
|
||||
await this.context.client.sendOidbPacket(req);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user