pawel02/discord-js-music-bot

The bot does not play Playlist

Opened this issue · 0 comments

If you had the same problem as me, about playing playlists on youtube.
Just delete in play.js, line number 75 the playlist thumbnail.
It should stay like this

const playlist = result.playlist
await queue.addTracks(result.tracks)
embed
.setDescription(**${result.tracks.length} songs from [${playlist.title}](${playlist.url})** have been added to the Queue)
}
else if (interaction.options.getSubcommand() === "search") {