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
but I have a question regarding the IF statement, is it necessary? Because I tried using just the ID of the playlist when using the bot on Discord and it worked without an issue, what are the other edge cases that I'm missing?
I also have a question regarding playlist limit, it would have been more intuitive if the playlist command didn't check for the MAX_PLAYLIST_SIZE, because who adds a playlist to the queue and wants only x songs from it? :D
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I have found a bug in the bot in Playlist.ts, where if the playlist is longer than 100 songs then it cuts the remaining songs
but I have a question regarding the IF statement, is it necessary? Because I tried using just the ID of the playlist when using the bot on Discord and it worked without an issue, what are the other edge cases that I'm missing?
The commands I used:
/playlist PLRFML6JWBn1tvrk4K7wzPy9pMfzHwzeGi
/playlist https://www.youtube.com/playlist?list=PLRFML6JWBn1tvrk4K7wzPy9pMfzHwzeGi
I also have a question regarding playlist limit, it would have been more intuitive if the playlist command didn't check for the MAX_PLAYLIST_SIZE, because who adds a playlist to the queue and wants only x songs from it? :D
Beta Was this translation helpful? Give feedback.
All reactions