I'm having trouble with my discord music bot. It's using discord js v14 and node v18. It's currently hosted on Heroku using their node.js buildpack. I have libopus and FFmpeg buildpack installed too. The bot works fine in all ways except that when it joins a vc, it immediately leaves. I saw somewhere it might be an API issue? It doesn't give me an error when it leaves the vc, and it does correctly find the links to music. I've logged throughout the /play command and found that immediately after it plays a song, the queue is empty and queue.node.isPlay == false.