feat: GoCQ兼容性提高

This commit is contained in:
手瓜一十雪
2024-10-26 10:22:04 +08:00
parent 5d71162279
commit a32fea3752
11 changed files with 129 additions and 22 deletions

View File

@@ -66,7 +66,11 @@ export interface NodeIKernelBuddyService {
accept: boolean;
}): Promise<void>;
delBuddy(uid: number): void;
delBuddy(param: {
friendUid: string;
tempBlock: boolean;
tempBothDel: boolean;
}): Promise<unknown>;
delBatchBuddy(uids: number[]): void;