I've finally figured out a way of make my Discord bot play audio from YouTube,using the library "yt-dl".
I've made all commands needed for play the song. Play, pause, stop(ends the song).
I did a simple command for the play such as, play the song, from the URL provided by the user. How could I maybe create a queue? And then, make it play the next song in the queue when the current one ends?