Skip to content

Commit

Permalink
Update downloader-tiktok.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Daxmax123 authored Dec 8, 2023
1 parent 3816d7c commit 79889cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/downloader-tiktok.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const handler = async (m, {conn, text, args, usedPrefix, command}) => {
// let buttons = [{ buttonText: { displayText: '♫ 𝙰𝚄𝙳𝙸𝙾 ♫' }, buttonId: `${usedPrefix}tomp3` }]
try {
const aa = {quoted: m, userJid: conn.user.jid};
const prep = generateWAMessageFromContent(m.chat, {extendedTextMessage: {text: texto, contextInfo: {externalAdReply: {title: '➢ ⃟⃞❆𖤍𝙔𝙚𝙅𝙤𝙩𝙖-𝙈𝘿𖤍𖣘 ⃟⃞❆', body: null, thumbnail: imagen1, sourceUrl: 'https://atom.bio/yejota'}, mentionedJid: [m.sender]}}}, aa);
const prep = generateWAMessageFromContent(m.chat, {extendedTextMessage: {text: texto, contextInfo: {externalAdReply: {title: '❥ᰰຼ ⃟ᬽ៸𝕊𝕙𝕚𝕟𝕠𝕟𝕠𝕞𝕖-𝔹𝕠𝕥༒★»', body: null, thumbnail: imagen1, sourceUrl: 'https://atom.bio/yejota'}, mentionedJid: [m.sender]}}}, aa);
await conn.relayMessage(m.chat, prep.message, {messageId: prep.key.id, mentions: [m.sender]});
const dataF = await tiktok.v1(args[0]);
// let desc1 = `*𝙽𝙸𝙲𝙺𝙽𝙰𝙼𝙴:* ${dataF.nickname || 'Indefinido'}`
Expand Down

0 comments on commit 79889cc

Please sign in to comment.