From 1cf26bbdef9cfa0e56a5baeaeca073a4d150cfae Mon Sep 17 00:00:00 2001 From: zhiyu1998 Date: Sun, 26 Mar 2023 22:38:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E5=8F=91=E9=80=81=E8=A7=86=E9=A2=91=E5=92=8C=E6=80=BB=E7=BB=93?= =?UTF-8?q?=E4=B8=80=E8=B5=B7=E8=BF=9B=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/tools.js b/apps/tools.js index eedcc5e..2bff2ae 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -18,6 +18,7 @@ import { getXB } from "../utils/x-bogus.js"; import { getVideoInfo } from "../utils/biliInfo.js"; import { getBiliGptInputText } from "../utils/biliSummary.js"; import { getBodianAudio, getBodianMv, getBodianMusicInfo } from "../utils/bodian.js"; +import { Converter } from "oicq/lib/message/index.js"; import { ChatGPTClient } from "@waylaidwanderer/chatgpt-api"; export class tools extends plugin { @@ -350,7 +351,7 @@ export class tools extends plugin { `简介:${desc}`; e.reply([`识别:哔哩哔哩:${title}`, combineContent]); - await getDownloadUrl(url) + getDownloadUrl(url) .then(data => { this.downBili(`${path}temp`, data.videoUrl, data.audioUrl) .then(_ => {