Deprecated: This repo is archived and the project discontinued. If you're looking for a working discord music bot, take a look at Cadency-rs - the rust rewrite of this project.
- Docker
- Docker-compose
- A valid discord bot token (How to get a token)
- Clone the repo
- Create a
.env
file based on the .env.example - Start the postgres database and after that the app
docker-compose up -d postgres
docker-compose up -d app
- Play music from YouTube by URL and search query
- start adding music to the queue with
<prefix>play <youtube-video-url / search-query>
- search for a song with
search <search query>
skip
/pause
/resume
the songs in the queueshow
orpurge
the songs on the queue
- start adding music to the queue with
- Some more stuff, just ask the bot with
<prefix>help
You will need...
- Min. NodeJS v14.15
- Yarn
- Docker and docker-compose or a local postgres server
- A valid discord bot token
- ffmpeg local installed