This commit is contained in:
Jerry 2025-05-09 22:46:25 +08:00
parent 9d96f78921
commit 76c4f507df

View File

@ -73,7 +73,7 @@ class BotService {
clientID: data.clientId ? data.clientId : await this.getBotClient(sendBot), clientID: data.clientId ? data.clientId : await this.getBotClient(sendBot),
}, },
}; };
const returnData = await wsClientManager.sendAndWait('test', sendData); const returnData = await wsClientManager.sendAndWait('getGroupInfo', sendData);
if (returnData) { if (returnData) {
return returnData; return returnData;
} else { } else {