Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AleXD0009 authored Sep 16, 2024
1 parent d11e9b0 commit 6d7b708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/downloader-soundcloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let txt = `*\`- S O U N C L O U D - M U S I C -\`*\n\n`;
txt += ` ✩ *Url* : ${url}\n\n`;
txt += `> 🚩 *${textbot}*`

await conn.sendFile(m.chat, image, 'thumbnail.jpg', txt, m);
await conn.sendFile(m.chat, image, 'thumbnail.jpg', txt, m, null, rcanal);
await conn.sendMessage(m.chat, { audio: audio, fileName: `${json[0].title}.mp3`, mimetype: 'audio/mpeg' }, { quoted: m })

await m.react('✅');
Expand Down

0 comments on commit 6d7b708

Please sign in to comment.