This is a discord music bot that I threw together because I was unhappy with alternatives. Before we start, no, it doesn't use Spotify. It's just because my name at the time was Spof, and it's funny.
With that out of the way, here's how to set it up.
- Download either the latest release, or clone this repository.
- Download yt-dlp and put the binary or script in
deps/
. - Run
yarn build
, thenyarn start
. - It should exit with an error. Next, open
config.json
. - Put your bot's token in
bot_token
inside the quotes. - Save and run
yarn start
again. - Invite the bot to your server and it should work.
If it stops working, please open a new issue.