mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
fix: 已经关注用户未转发
This commit is contained in:
parent
3bd77b3114
commit
e32c3c9e8b
@ -624,6 +624,10 @@ class Monitor extends Searcher {
|
||||
if (uid.length) {
|
||||
await try_for_each(uid, async (u) => {
|
||||
status = await bili.autoAttention(u)
|
||||
if (status === 6) {
|
||||
status = 0;
|
||||
return false
|
||||
}
|
||||
if (status) {
|
||||
log.warn("抽奖信息", `dyid: ${dyid}, uid: ${u}`)
|
||||
return true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user