diff --git a/lib/core/monitor.js b/lib/core/monitor.js index 344a21c..7915f6c 100644 --- a/lib/core/monitor.js +++ b/lib/core/monitor.js @@ -603,7 +603,7 @@ class Monitor extends Searcher { status = await retryfn( 6, - [1, 4], + [4, 8, 9], () => bili.sendChat( rid, is_repost_then_chat ? relay_chat.split('//')[0] : chat, @@ -669,7 +669,7 @@ class Monitor extends Searcher { if (dyid) { status = await retryfn( 5, - [1, 3, 4], + [3, 4], () => bili.autoRelay(global_var.get("myUID"), dyid, relay_chat, ctrl) )