画蛇添足 移除导致对文件删除造成无法正常发送群音乐的负优化

This commit is contained in:
CSSZYF 2025-06-15 02:14:45 +08:00 committed by GitHub
parent fdc109e3a1
commit 6a27b52741
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3290,6 +3290,5 @@ export class tools extends plugin {
} else { } else {
await e.group.sendFile(path); await e.group.sendFile(path);
} }
await checkAndRemoveFile(path); // 上传成功后删除
} }
} }