mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-12 16:00:27 +00:00
refactor: NTEvent Checker
This commit is contained in:
@@ -14,6 +14,7 @@ export class NTQQFriendApi {
|
||||
'NodeIKernelBuddyListener/onBuddyListChange',
|
||||
1,
|
||||
5000,
|
||||
() => true,
|
||||
forced
|
||||
);
|
||||
const friends: User[] = [];
|
||||
|
||||
@@ -15,6 +15,7 @@ export class NTQQGroupApi {
|
||||
'NodeIKernelGroupListener/onGroupListUpdate',
|
||||
1,
|
||||
5000,
|
||||
()=>true,
|
||||
forced
|
||||
);
|
||||
return groupList;
|
||||
@@ -63,6 +64,7 @@ export class NTQQGroupApi {
|
||||
'NodeIKernelGroupListener/onGroupSingleScreenNotifies',
|
||||
1,
|
||||
5000,
|
||||
()=>true,
|
||||
false,
|
||||
'',
|
||||
num
|
||||
|
||||
Reference in New Issue
Block a user