mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-07-22 21:13:47 +08:00
+3
-1
@@ -218,7 +218,9 @@ const bili_client = {
|
||||
items = data.items || [];
|
||||
log.info('获取一页回复', `成功(${items.length})`);
|
||||
return items
|
||||
.filter(it => it.item.type === 'reply')
|
||||
.filter(it => it.item !== undefined
|
||||
&& it.user !== undefined
|
||||
&& it.reply_time !== undefined)
|
||||
.map(it => {
|
||||
return {
|
||||
nickname: it.user.nickname,
|
||||
|
||||
Reference in New Issue
Block a user