info-cuentas-oficiales.js 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. let media = 'https://qu.ax/dcAc.mp4'
  2. let handler = async (m, { conn, command }) => {
  3. let fkontak = { "key": { "participants":"[email protected]", "remoteJid": "status@broadcast", "fromMe": false, "id": "Halo" }, "message": { "contactMessage": { "vcard": `BEGIN:VCARD\nVERSION:3.0\nN:Sy;Bot;;;\nFN:y\nitem1.TEL;waid=${m.sender.split('@')[0]}:${m.sender.split('@')[0]}\nitem1.X-ABLabel:Ponsel\nEND:VCARD` }}, "participant": "[email protected]" }
  4. let str = `\`『 CUENTAS OFICIALES 』\`
  5. \`𝐊𝐚𝐧𝐭𝐮 - 𝐁𝐨𝐭\`
  6. > *${bot}*
  7. ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
  8. \`『 GITHUB 』\`
  9. * *${md}*
  10. \`『 GRUPO 』\`
  11. * *${nn}*
  12. \`『 GRUPO 2 』\`
  13. * *${nnn}*
  14. \`『 GRUPO 3 』\`
  15. * *${nna}*
  16. ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
  17. \`『 SITIO WEB』\`
  18. • https://hackstorex.com
  19. ${wm}`
  20. await conn.reply(m.chat, str, fkontak, {contextInfo: {externalAdReply :{ mediaUrl: null, mediaType: 1, description: null, title: wm, body: '', previewType: 0, thumbnail: img.getRandom(), sourceUrl: redes.getRandom()}}})}
  21. //conn.sendFile(m.chat, media, mp4', str, fkontak)}
  22. handler.help = ['cuentaoficial']
  23. handler.tags = ['main']
  24. handler.command = /^cuentasoficiales|cuentas|cuentaofc|cuentaoficial$/i
  25. handler.register = true
  26. export default handler