mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix: 群成员列表获取
修复部分群成员列表返回为空的问题
This commit is contained in:
parent
500b2d0e6d
commit
537d1c6f4f
@ -292,7 +292,7 @@ export class NTQQGroupApi {
|
||||
const listener = this.core.eventWrapper.registerListen(
|
||||
'NodeIKernelGroupListener/onMemberListChange',
|
||||
1,
|
||||
500,
|
||||
5000,
|
||||
(params) => params.sceneId === sceneId,
|
||||
);
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user