mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🐞 fix: V1.6.7-lts 暂时删除netease的语音,待测试
This commit is contained in:
parent
36a1ebd098
commit
fc3de8024d
@ -1057,8 +1057,8 @@ export class tools extends plugin {
|
|||||||
}
|
}
|
||||||
// 下载音乐
|
// 下载音乐
|
||||||
downloadMp3(url, this.getCurDownloadPath(e), title, 'follow').then(async path => {
|
downloadMp3(url, this.getCurDownloadPath(e), title, 'follow').then(async path => {
|
||||||
// 发送语音
|
// 发送语音(待测试)
|
||||||
e.reply(segment.record(path));
|
// e.reply(segment.record(fs.readFileSync(path)));
|
||||||
// 判断是不是icqq
|
// 判断是不是icqq
|
||||||
if (e.bot?.sendUni) {
|
if (e.bot?.sendUni) {
|
||||||
e.group.fs.upload(path);
|
e.group.fs.upload(path);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user