Discord Music Bot
YouTube and Spotify playback in voice chat.
A discord.js bot that resolves YouTube and Spotify links, queues them, and streams audio into a voice channel, with slash commands registered at deploy time. No longer maintained — the upstream extraction libraries it leaned on stopped working.
How it worked
Written against discord.js, with slash commands registered at deploy time and a small queue model wrapping each track. Users drop a YouTube or Spotify link in chat, the bot resolves it, queues it, and streams the audio into whichever voice channel they are sitting in.
Why it’s archived
The upstream extraction libraries it depended on stopped working, and keeping a music bot alive means chasing that breakage indefinitely. It is left here as-is rather than pretending to be maintained.