You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to divide the queue into playlists and be able to skip an entire playlist/album, do I need to redefine or create my own queue storage function and the logic of working with it? Is there no other way?
Here's how it's implemented in my bot without the wavelink library
The text was updated successfully, but these errors were encountered:
We are currently in the process of rewriting how the queue works, which will add some QoL features and functionality. Currently I guess you could loop through every track in the queue and remove the ones that have the same Playlist name. I'll keep this in mind as something to add with the new system though.
In order to divide the queue into playlists and be able to skip an entire playlist/album, do I need to redefine or create my own queue storage function and the logic of working with it? Is there no other way?
Here's how it's implemented in my bot without the wavelink library
The text was updated successfully, but these errors were encountered: