From deb5cd52d9a7c71f4a408e77d06e20e1eb32abb4 Mon Sep 17 00:00:00 2001 From: RrOrange <542716863@qq.com> Date: Fri, 7 Apr 2023 21:47:50 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20style:=20=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96=20&=20=E2=9C=A8=20feat:=20=E5=A2=9E=E5=8A=A0=E4=B9=A6?= =?UTF-8?q?=E5=90=8D=E5=AE=89=E5=85=A8=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/query.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/query.js b/apps/query.js index 7241a42..880da66 100644 --- a/apps/query.js +++ b/apps/query.js @@ -311,7 +311,7 @@ export class query extends plugin { // const [zHelper, yiBook] = await Promise.all([getZHelper(e, keyword), getYiBook(e, keyword)]); // replyMessage(yiBook); - const zBook = getZBook(e, safeKeyword); + const zBook = await getZBook(e, safeKeyword); await replyMessage(zBook); /*if (zHelper && zHelper.length > 0) {