There’s this really annoying bug that I might’ve spent too long diagnosing. Basically, if the bot is in a VC with another person, and someone disconnects the bot via the discord menu, the bot leaves fine. BUT, if the bot is alone in the VC, and someone disconnects the bot, the bot does not leave, it instantly rejoins, BUT, /radio stop still works fine. What kind of dark magic is this? I don’t know. But I pretty much fixed it by never letting the bot be alone in the VC, by instead doing event-driven checks, rather than when the current song ended, so whenever someone joins/leaves VC, it checks the VC member count, if the bot is alone, adios. Also added tsradio support, because it gives me a reason to use my other projects, and also, so that I don’t have to upload mp3’s to different services, let alone git, which would be bad for the git size. Summarizing, vc bug, fixed bug with member count checks on join/leave, added tsradio support, while keeping file support, that’s it. Also fixed a disconnect race condition where the message would be sent multiple times. Awesomesauce.