So, bassically when on one bot instance I try to run music with a connection to lavalink using the shokuaku client, everything works. However, when I try to do it on the other instance suddenly nothing works even though it is the same code. I tried on localhost and on VPS on separate lavalink servers, but the problem is the same. No matter how long I debug the code - everything looks correct, but music is not playing. Also the bot is returning "Interaction failed" response instead of Embed.
I have no idea how the same code does not work on other discord bot instance. Everything is configured the same as in the bot where everything works. All bots are mine
I'm posting this here because I don't even know what the fault is anymore.
Source code:
https://github.com/SkyndalexProjects/Skyndalex/blob/dev/src/commands/music/radio.js
Lavalink logs are also correct and i don't see nothing suspicious.