Symphony is a simple self-hostable Discord musicbot that can play music from YouTube.
- Clone the repository
- Rename the
.env.example
file to.env
cp .env.example .env
- Modify the
.env
file with your Discord bot token - Build the Docker image
docker build -t symphony-bot .
- Run the Docker container
docker run -d --env-file .env symphony-bot
The bot supports slash commands
!play <query>
: Play a song from YouTube (both URL and query are supported)!skip
: Skip the current song!pause
: Pause the current song!resume
: Resume the current song!stop
: Stop the current song!leave
: Leave the voice channel
This project is licensed under the MIT License - see the LICENSE file for details.