A music bot for Discord powered by yt-dlp
- Python 3.11 (or greater)
- uv
- YouTube
- Soundcloud
- Deezer
- Dailymotion
- Streamable
- Twitch
- Vimeo
- and most services listed here
- Create a Discord bot token at https://discord.com/developers
git clone https://github.com/snaacky/djkhaledto clone this repository locally.uv venvto create a virtual environment for the bot.uv syncto install the dependencies..venv\Scripts\activateto activate the virtual environment.- Rename
config.example.tomltoconfig.tomland enter your bot token into the config. python -m djkhaledto start the bot.