
𝐇𝐚𝐬𝐮𝐦𝐢𝐁𝐨𝐭 𝐅𝐫𝐞𝐞𝐂𝐨𝐝𝐞𝐬
February 1, 2025 at 02:02 PM
/* ౨ৎ ˖ ࣪⊹ 𝐁𝐲 𝐉𝐭𝐱𝐬 𐙚˚.ᡣ𐭩
❀ Canal Principal ≽^•˕• ྀི≼
https://whatsapp.com/channel/0029VaeQcFXEFeXtNMHk0D0n
❀ Canal Rikka Takanashi Bot
https://whatsapp.com/channel/0029VaksDf4I1rcsIO6Rip2X
❀ Canal StarlightsTeam
https://whatsapp.com/channel/0029VaBfsIwGk1FyaqFcK91S
❀ HasumiBot FreeCodes
https://whatsapp.com/channel/0029Vanjyqb2f3ERifCpGT0W
*/
// ❀ Canal Owner Api :
// https://whatsapp.com/channel/0029VakPf6C0bIdnzOGlMZ1K
// *𓍯𓂃𓏧♡ FACEBOOK DL*
import axios from 'axios'
let HS = async (m, { conn, text }) => {
if (!text) return conn.reply(m.chat, `❀ Ingresa un link de facebook`, m)
try {
let api = await axios.get(`https://mahiru-shiina.vercel.app/download/facebook?url=${text}`)
let json = await api.data
let { title, image, download:dl_url } = json.data
await conn.sendMessage(m.chat, { video: { url: dl_url }, caption: title }, { quoted: m })
await conn.sendMessage(m.chat, { image: { url: image } }, { quoted: m })
} catch (error) {
console.error(error)
}}
HS.command = ['fbdl', 'facebook']
export default HS