diff --git a/src/core/packet/context/operationContext.ts b/src/core/packet/context/operationContext.ts index 3f822dad..43161e91 100644 --- a/src/core/packet/context/operationContext.ts +++ b/src/core/packet/context/operationContext.ts @@ -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); }