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