Joe
Joe
I also seem to experience this issue with my bot. Ephemeral interaction replies don't show emojis that the bot does not have access to, but does show custom emojis in...
> I had the same issue. The tracks seems to be instances of `UnresolvedTrack`. I used the [resolve() method](https://allvaa.github.io/lava-spotify/interfaces/unresolvedtrack.html#resolve) and it worked Where did you use that method in your...
> I did something like this. You can find everything in the [documentation](https://allvaa.github.io/lava-spotify/) > > ```js > const search = await node.load("url") > > if(search.loadType == "TRACK_LOADED"){ > let track...
> > I did something like this. You can find everything in the [documentation](https://allvaa.github.io/lava-spotify/) > > ```js > > const search = await node.load("url") > > > > if(search.loadType ==...
oh well when i said before that i fixed the issue, i actually didnt so im back to square 1 with still having to use version 2.2.1