From dc61eb66d96e6fd8dffd53dcb249e333e7e8515d Mon Sep 17 00:00:00 2001 From: Zyy955 <1072411694@qq.com> Date: Sat, 14 Oct 2023 23:27:25 +0800 Subject: [PATCH] fix --- apps/state.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/state.js b/apps/state.js index 91dd672..6f96f88 100644 --- a/apps/state.js +++ b/apps/state.js @@ -93,7 +93,7 @@ export class NewState extends plugin { // nodejs版本 const nodeVersion = process.version let BotStatus = "" - for (const i of e.msg.includes('pro') && Array.isArray(Bot.uin) ? Bot.uin : (Bot?.adapter?.[Bot.uin] ? Bot.adapter : [e.self_id])) { + for (const i of e.msg.includes('pro') && Array.isArray(Bot.uin) ? Bot.uin : (Bot?.adapter?.[Bot?.uin] ? Bot.adapter : [e.self_id])) { const bot = Bot[i] if (!bot?.uin) continue // 头像