From 103ea60ae9ce83ebdc44f2e09f5883230ccd5fa8 Mon Sep 17 00:00:00 2001 From: yeyang <746659424@qq.com> Date: Fri, 30 Dec 2022 16:02:24 +0800 Subject: [PATCH] debug --- apps/fun.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fun.js b/apps/fun.js index 0553363..f5de5ba 100644 --- a/apps/fun.js +++ b/apps/fun.js @@ -170,10 +170,10 @@ export class example extends plugin { //好友点赞 if (!likeByStrangers || isFriend) { let res = await Bot.sendLike(e.user_id, 10) + logger.debug("[椰奶好友点赞]", res) if (res) { n += 10; } else break; - logger.debug("[椰奶好友点赞]", res) } else { //陌生人点赞 let res = await common.thumbUp(e.user_id, 10)