Closed kakarot-dev closed 3 years ago
Also btw this code support’s only YouTube
Use <DisTube>.search()
and .play()
instead.
But it still doesn't work
But it still doesn't work
Because .search()
just return an array of SearchResult
. You have to make message collector yourself. Because searchSongs: false
will disable the built-in collector
Oh so if I make it true will it work oh wait no need of search then
Is it possible to make it so that we can change the number of results when searchSongs: true
But it still doesn't work
Because
.search()
just return an array ofSearchResult
. You have to make message collector yourself. BecausesearchSongs: false
will disable the built-in collector
also how to play the option they have selected
Is it possible to make a search command instead of making
searchSongs: true
If yes pls share the code