Skip to content

Commit

Permalink
Add playCustomPlaylist() function
Browse files Browse the repository at this point in the history
  • Loading branch information
skick1234 committed Jul 19, 2020
1 parent 476531f commit 824ade4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Require [discord.js](https://discord.js.org) v12 and [FFMPEG](https://www.ffmpeg

##### Song management
- [playSkip(`message, string`)](https://distube.js.org/DisTube.html#play): same as [play()](https://distube.js.org/DisTube.html#play) but it will add new song(s) to the beginning of the queue and skip the playing song.
- [playCustomPlaylist(`message, urls`)](https://distube.js.org/DisTube.html#playCustomPlaylist): Play or add to the queue a list of Youtube video url.
- [stop(`message`)](https://distube.js.org/DisTube.html#stop): Stop the playing song and clear the queue.
- [skip(`message`)](https://distube.js.org/DisTube.html#skip): Skip the current song.
- [jump(`message, num`)](https://distube.js.org/DisTube.html#jump): Jump to the song number in the queue.
Expand Down

0 comments on commit 824ade4

Please sign in to comment.