mirror of
https://github.com/crystelf/crystelf-core.git
synced 2025-07-04 14:49:19 +00:00
细节优化
This commit is contained in:
parent
09eb3d711f
commit
5e6952cfc1
@ -36,7 +36,7 @@ class BotService {
|
|||||||
}
|
}
|
||||||
botList.forEach((bot) => {
|
botList.forEach((bot) => {
|
||||||
//logger.debug(bot);
|
//logger.debug(bot);
|
||||||
if (bot.uin && bot.nickName) {
|
if (bot.uin) {
|
||||||
uins.push({ uin: bot.uin, nickName: bot.nickName });
|
uins.push({ uin: bot.uin, nickName: bot.nickName });
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user