Merge branch 'main' into pr/466

This commit is contained in:
手瓜一十雪
2024-10-26 15:47:13 +08:00
13 changed files with 177 additions and 24 deletions

View File

@@ -449,7 +449,7 @@ export class NTQQGroupApi {
}
async getGroupRemainAtTimes(GroupCode: string) {
this.context.session.getGroupService().getGroupRemainAtTimes(GroupCode);
return this.context.session.getGroupService().getGroupRemainAtTimes(GroupCode);
}
async getMemberExtInfo(groupCode: string, uin: string) {