mirror of
https://github.com/crystelf/crystelf-core.git
synced 2025-07-04 06:39:18 +00:00
优化
This commit is contained in:
parent
9d96f78921
commit
76c4f507df
@ -73,7 +73,7 @@ class BotService {
|
||||
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) {
|
||||
return returnData;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user