🐞 fix:修复群语音发送

This commit is contained in:
秋刀鱼 2024-10-16 11:38:33 +08:00
parent dd46897eb2
commit 89909b79b3

View File

@ -1702,7 +1702,7 @@ async neteaseStatus(e, reck) {
// 下载音乐 // 下载音乐
downloadAudio(url, this.getCurDownloadPath(e), title, 'follow', musicExt).then(async path => { downloadAudio(url, this.getCurDownloadPath(e), title, 'follow', musicExt).then(async path => {
// 发送语音 // 发送语音
if (!musicExt == 'mp4') { if (musicExt != 'mp4') {
await e.reply(segment.record(path)); await e.reply(segment.record(path));
} }
// 上传群文件 // 上传群文件