mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-07-22 21:13:47 +08:00
+1
-2
@@ -601,12 +601,11 @@ class Monitor extends Searcher {
|
||||
const copy_chat = getRandomOne(
|
||||
(await bili.getChat(rid, chat_type))
|
||||
.filter(it => !(new RegExp(copy_blockword.join('|')).test(it[1])))
|
||||
);
|
||||
) || [";;;;;;;;;", chat || "!!!"];
|
||||
chat = copy_chat[1]
|
||||
.replace(
|
||||
new RegExp(copy_chat[0], 'g'),
|
||||
global_var.get("myUNAME") || '')
|
||||
|| "!!!"
|
||||
}
|
||||
|
||||
status = await retryfn(
|
||||
|
||||
Reference in New Issue
Block a user