diff --git a/src/modules/bot/bot.service.ts b/src/modules/bot/bot.service.ts index 8cf1941..ccc2679 100644 --- a/src/modules/bot/bot.service.ts +++ b/src/modules/bot/bot.service.ts @@ -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 }); } });