mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-18 06:20:29 +00:00
fix: 群精华上限修改
This commit is contained in:
parent
f1643ac549
commit
51589d0eae
@ -35,7 +35,7 @@ export class NTQQWebApi {
|
||||
}
|
||||
async getGroupEssenceMsgAll(GroupCode: string) {
|
||||
const ret: GroupEssenceMsgRet[] = [];
|
||||
for (let i = 0; i < 4; i++) {
|
||||
for (let i = 0; i < 20; i++) {
|
||||
const data = await this.getGroupEssenceMsg(GroupCode, i, 50);
|
||||
if (!data) break;
|
||||
ret.push(data);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user