This commit is contained in:
Jerry 2025-05-09 23:35:30 +08:00
parent 28aa889418
commit c7a5c0cd21

View File

@ -74,7 +74,7 @@ class BotService {
},
};
if (sendData.data.clientID) {
const returnData = await wsClientManager.sendAndWait(sendData.data.clientID, sendData);
const returnData = await wsClientManager.send(sendData.data.clientID, sendData);
if (returnData) {
return returnData;
} else {