ariffb25 / stikerinbot

stikerinbot adalah pengodean ulang bot whatsapp dari wabot-aq
MIT License
115 stars 332 forks source link

Find Music Feature #208

Closed SudoAnirudh closed 3 years ago

SudoAnirudh commented 3 years ago

let FormData = require('form-data') let axios = require('axios') let handler = async (m, { conn, usedPrefix, command }) => { let q = m.quoted ? m.quoted : m let mime = (m.quoted ? m.quoted : m.msg).mimetype || '' if (!/video|audio/.test(mime)) throw Reply to the music you want to find with a caption *${usedPrefix + command}* m.reply('Wait,Looking For....') const bodyForm = new FormData() bodyForm.append('audio', await q.download(), 'music.mp3') bodyForm.append('apikey', 'caliph_71') axios('https://api.zeks.xyz/api/searchmusic', { method: 'POST', headers: { "Content-Type": "multipart/form-data", ...bodyForm.getHeaders() }, data: bodyForm })

ariffb25 commented 3 years ago

do pull req

SudoAnirudh commented 3 years ago

ok