chore: add

This commit is contained in:
手瓜一十雪
2024-08-10 20:23:17 +08:00
parent 116a04e081
commit 6d1f4141e8
3 changed files with 91 additions and 33 deletions

View File

@@ -35,7 +35,7 @@ async function handleMsg(coreContext: NapCatCore, msg: OB11Message, quickAction:
let replyMessage: OB11MessageData[] = [];
if (msg.message_type == 'group') {
group = await getGroup(msg.group_id!.toString());
group = await coreContext.getApiContext().GroupApi.getGroup(msg.group_id!.toString());
replyMessage.push({
type: 'reply',
data: {