From 0ab5ec05405c0c8fed10c39c586b4a73d171712f Mon Sep 17 00:00:00 2001 From: shanmite Date: Sun, 12 Feb 2023 11:38:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9C=AA=E7=9F=A5=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E4=B8=8D=E9=87=8D=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/core/monitor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) )