Giter VIP home page Giter VIP logo

Comments (8)

balitenaya avatar balitenaya commented on June 18, 2024 1

Tambahin cari lirik lagu bang sama yt to mp3 makasih kak

case'ytmp3':
if (args.length !== 1) return client.reply(from, 'Maaf, format pesan salah silahkan', id)
client.reply(from, 'Scraping Metadata... ', message.id)
axios.get('http://scrap.terhambar.com/yt?link='+ args[0])
.then(function(response){
if(response.data.status == false){
client.reply(from, 'Maaf Link Tidak valid', from)
}
else{
client.sendFileFromUrl(from, response.data.linkAudioOnly, response.data.title+'.mp3',null, null, true)
}
})
.catch(function(error){
console.log(error)
})
break

from imagetosticker.

ben-dev2609 avatar ben-dev2609 commented on June 18, 2024

kalo lirik lagu pake aja api terhampar, kalo yt mp3 pake aja api yutube.herokuapp.com

maksudnya apa bang

from imagetosticker.

ilham1104 avatar ilham1104 commented on June 18, 2024

kalo lirik lagu pake aja api terhampar, kalo yt mp3 pake aja api yutube.herokuapp.com

makasih saya coba dulu, walau gak paham node js wkwkwk

from imagetosticker.

ben-dev2609 avatar ben-dev2609 commented on June 18, 2024

bisa dijelasin ga bang?

from imagetosticker.

balitenaya avatar balitenaya commented on June 18, 2024

kalo lirik lagu pake aja api terhampar, kalo yt mp3 pake aja api yutube.herokuapp.com

api terhambar documentationnya apa ya ?

from imagetosticker.

YogaSakti avatar YogaSakti commented on June 18, 2024

terhambar mati apinya

from imagetosticker.

ben-dev2609 avatar ben-dev2609 commented on June 18, 2024

bisa dijelasin ga bang?
pake api bang

maksudnya apa bang? bisa dijelasin lebih detail nya ga bang?

from imagetosticker.

ben-dev2609 avatar ben-dev2609 commented on June 18, 2024

tetap ga paham wkwk

from imagetosticker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.