From ea580298379cbe21cd3bb3ae1b0742e1884a6c1d Mon Sep 17 00:00:00 2001 From: zhiyu1998 Date: Thu, 16 Mar 2023 17:39:02 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E5=BC=BA=E5=8C=96#?= =?UTF-8?q?=E6=90=9C=E4=B9=A6=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/query.js | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/query.js b/apps/query.js index 7557389..219a8e1 100644 --- a/apps/query.js +++ b/apps/query.js @@ -420,7 +420,6 @@ export class query extends plugin { // 主要数据来源 await Promise.all([getZHelper(e, keyword), getYiBook(e, keyword)]).then(async allRes => { const [zHelper, yiBook] = allRes; - console.log(allRes); if (!_.isUndefined(yiBook) && yiBook.length > 0) { await e.reply(await Bot.makeForwardMsg(yiBook)); }