Skip to content

Commit

Permalink
fix: 开启随机Bot时不判断在线
Browse files Browse the repository at this point in the history
  • Loading branch information
XasYer committed Dec 24, 2024
1 parent f018be2 commit f76cd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/task/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function startTimer () {
if (!Bot.getBot(i.botId)) {
continue
}
} else if (!Bot[i.botId]) {
} else if (!Bot[i.botId] && !Config.push.randomBot) {
continue
}
// 0 就是没有人绑定
Expand Down

0 comments on commit f76cd96

Please sign in to comment.