mirror of
https://github.com/crystelf/crystelf-core.git
synced 2025-07-04 14:49:19 +00:00
没事
This commit is contained in:
parent
c7a5c0cd21
commit
095353e73e
@ -73,8 +73,9 @@ class BotService {
|
|||||||
clientID: data.clientId ? data.clientId : await this.getBotClient(sendBot),
|
clientID: data.clientId ? data.clientId : await this.getBotClient(sendBot),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
logger.debug(sendData);
|
||||||
if (sendData.data.clientID) {
|
if (sendData.data.clientID) {
|
||||||
const returnData = await wsClientManager.send(sendData.data.clientID, sendData);
|
const returnData = await wsClientManager.sendAndWait(sendData.data.clientID, sendData);
|
||||||
if (returnData) {
|
if (returnData) {
|
||||||
return returnData;
|
return returnData;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user