Refactor
#236
Replies: 1 comment
-
So don't just use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's hard to implement some features like
prevent duplicate songs from playing
,add song limit
,add song duration limit
and many more Basically we can't control which song should be added to the queue and which won't. Can you refactor it so that we can control all these things? Something likeerela.js
, where you have to create queue first, then use the search method and queue the songs we wanted, from the search result.Beta Was this translation helpful? Give feedback.
All reactions