mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: 群成员列表获取
修复部分群成员列表返回为空的问题
This commit is contained in:
@@ -292,7 +292,7 @@ export class NTQQGroupApi {
|
||||
const listener = this.core.eventWrapper.registerListen(
|
||||
'NodeIKernelGroupListener/onMemberListChange',
|
||||
1,
|
||||
500,
|
||||
5000,
|
||||
(params) => params.sceneId === sceneId,
|
||||
);
|
||||
try {
|
||||
|
Reference in New Issue
Block a user