mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 21:10:23 +00:00
feat & fix: feat proto & revert NapProto changes
This commit is contained in:
@@ -21,6 +21,6 @@ export class GroupPoke extends BaseAction<Payload, any> {
|
||||
if (!this.core.apis.PacketApi.PacketClient?.isConnected) {
|
||||
throw new Error('PacketClient is not init');
|
||||
}
|
||||
this.core.apis.GroupApi.sendPacketPoke(+payload.group_id, +payload.user_id);
|
||||
await this.core.apis.GroupApi.sendPacketPoke(+payload.group_id, +payload.user_id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user