mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-05 23:19:37 +00:00
fix
This commit is contained in:
parent
8b85c5a4d5
commit
03e82f863a
@ -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