From 2bc4878bc22fc1e083e02b9572220a8b81e27d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8C=8C?= Date: Thu, 1 Feb 2024 11:40:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/api/QQApi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/api/QQApi.js b/model/api/QQApi.js index aace725..473dab6 100644 --- a/model/api/QQApi.js +++ b/model/api/QQApi.js @@ -427,7 +427,7 @@ export default class { * @return {Object} */ async thumbUp (uid, times = 1) { - let core = this.Bot.core + let core = this.Bot.icqq?.core if (!core) try { core = (await import('icqq')).core } catch (error) {