This version of danzr is discontinued and replaced with Danzr in Java.
Do you need a self hosted discord bot that can play music, even from youtube. Then danzr is the bot you need!
- [🪲] 8D (surround and stereo sound) not working, gets converted to mono- [🪲] the playerManager is per bot so the same bot in multiple servers does not work
- [➕] /play support for other services then youtube
- [➕] save your own playlists
- [➕] make bot work without having to install XAMPP and python
- [➕] make all messages look consistent
- [➕] add crossfade
Go to the Discord devloper portal and create an application
Go to the bot tab and press reset token, you will now get a token.
Open config.json
and add your discord bot token
run these 2 commands:
pip install -r requirements.txt
python index.py
Make sure Docker is installed
run this command (make sure you replaced the token in the command with your own token):
docker run -d -e TOKEN=YOUR_TOKEN blasix/danzr
this command will download the image, then run it in the background.
Before creating an issue, please ensure that it hasn't already been reported/suggested.
The issue tracker is only for bug reports and enhancement suggestions. If you have a question, please ask it in the Discord server instead of opening an issue – you will get redirected there anyway.
If you wish to contribute to the Danzr codebase or documentation, feel free to fork the repository and submit a pull request.