细节优化

This commit is contained in:
Jerry 2025-05-07 15:44:35 +08:00
parent 09eb3d711f
commit 5e6952cfc1

View File

@ -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 });
} }
}); });