mirror of
https://github.com/crystelf/crystelf-core.git
synced 2025-07-04 14:49:19 +00:00
没事
This commit is contained in:
parent
28aa889418
commit
c7a5c0cd21
@ -74,7 +74,7 @@ class BotService {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
if (sendData.data.clientID) {
|
if (sendData.data.clientID) {
|
||||||
const returnData = await wsClientManager.sendAndWait(sendData.data.clientID, sendData);
|
const returnData = await wsClientManager.send(sendData.data.clientID, sendData);
|
||||||
if (returnData) {
|
if (returnData) {
|
||||||
return returnData;
|
return returnData;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user