From 5b9e44ddfce893b350976c1c33acf136cc46a1f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Wed, 7 May 2025 20:51:28 +0800 Subject: [PATCH] fix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/onebot/api/msg.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/onebot/api/msg.ts b/src/onebot/api/msg.ts index fa24ef80..7766320f 100644 --- a/src/onebot/api/msg.ts +++ b/src/onebot/api/msg.ts @@ -385,7 +385,7 @@ export class OneBotMsgApi { try { pttUrl = await this.core.apis.FileApi.getPttUrl(msg.chatType, msg.peerUid, element.fileUuid); } catch (e) { - this.core.context.logger.logError('获取视频url失败', (e as Error).stack); + this.core.context.logger.logError('获取语音url失败', (e as Error).stack); pttUrl = element.filePath; } } else {