Skip to content

🎼 Self-hostable, no-BS Discord musicbot written in Python to stream music from YouTube.

License

Notifications You must be signed in to change notification settings

xerosic/symphony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎼 Symphony - Simple self-hostable Discord musicbot

Symphony is a simple self-hostable Discord musicbot that can play music from YouTube.

Installation

  1. Clone the repository
  2. Rename the .env.example file to .env
cp .env.example .env
  1. Modify the .env file with your Discord bot token
  2. Build the Docker image
docker build -t symphony-bot .
  1. Run the Docker container
docker run -d --env-file .env symphony-bot

Usage

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

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

🎼 Self-hostable, no-BS Discord musicbot written in Python to stream music from YouTube.

Topics

Resources

License

Stars

Watchers

Forks