Skip to content

Commit

Permalink
Update buscador-peliculas.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSobrino authored Apr 14, 2024
1 parent 581b503 commit 6823e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/buscador-peliculas.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const handler = async (m, {text, usedPrefix, command, conn}) => {
} catch {
img = 'https://www.poresto.net/u/fotografias/m/2023/7/5/f1280x720-305066_436741_5050.png';
}
if (aaaa == '') throw `*${tradutor.texto2}*`;
const res = await aaaa.map((v) => `*${tradutor.texto3[0]}* ${v.title}\n*${tradutor.texto3[1]}* https://wwv.cuevana8.com${v.link}`).join`\n\n─────────────────\n\n`;
if (aaaa == '') throw `*${tradutor.texto2}*`; /* https://wwv.cuevana8.com */
const res = await aaaa.map((v) => `*${tradutor.texto3[0]}* ${v.title}\n*${tradutor.texto3[1]}* ${v.link}`).join`\n\n─────────────────\n\n`;
const ads = `*${tradutor.texto3[2]}* ${tradutor.texto3[3]}\n*${tradutor.texto3[4]}* https://block-this.com/block-this-latest.apk\n\n≣≣≣≣≣≣≣≣≣≣≣≣≣≣≣≣≣≣≣≣≣≣≣≣≣≣\n\n`;
conn.sendMessage(m.chat, {image: {url: img}, caption: ads + res}, {quoted: m});
} catch {
Expand Down

0 comments on commit 6823e9a

Please sign in to comment.