feat: 兼容gocq标准

This commit is contained in:
手瓜一十雪
2024-11-06 16:48:18 +08:00
parent 2dd57d7676
commit 38be90450c
3 changed files with 7 additions and 1 deletions

View File

@@ -20,3 +20,6 @@ export class SetGroupSign extends BaseAction<Payload, any> {
return await this.core.apis.PacketApi.sendGroupSignPacket(payload.group_id);
}
}
export class SendGroupSign extends SetGroupSign {
actionName = ActionName.SendGroupSign;
}