mirror of
https://github.com/crystelf/crystelf-core.git
synced 2025-07-04 06:39:18 +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),
|
||||
},
|
||||
};
|
||||
logger.debug(sendData);
|
||||
if (sendData.data.clientID) {
|
||||
const returnData = await wsClientManager.send(sendData.data.clientID, sendData);
|
||||
const returnData = await wsClientManager.sendAndWait(sendData.data.clientID, sendData);
|
||||
if (returnData) {
|
||||
return returnData;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user