Skip to content

Commit 528f151

Browse files
authored
π‘»π’†π’‚π’Ž π‘΅π’”π’Œ
1 parent 9257124 commit 528f151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žplugins/descargas-yt_play.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ await conn.sendMessage(m.chat, { audio: { url: result.download.url }, mimetype:
7878
} catch (error) {
7979
}}
8080
} else if (text === 'πŸ“₯' || text === 'video') {
81-
await conn.reply(m.chat, lenguajeCD['smsAvisoEG']() + mid.smsVid, fkontak, m || null)
81+
await conn.reply(m.chat, lenguajeCD['smsAvisoEG']() + mid.smsVid, estilo2, m || null)
8282
const res = await fetch(`https://api.siputzx.my.id/api/d/ytmp4?url=${userVideoData.url}`);
8383
let { data } = await res.json();
8484
await conn.sendMessage(m.chat, { video: { url: data.dl }, fileName: `video.mp4`, mimetype: 'video/mp4', caption: `⟑ *${userVideoData.title}*\n> ${wm}`}, { quoted: m || null })

0 commit comments

Comments
Β (0)