Skip to content
/ Danzr Public

Do you need a self hosted discord bot that can play music, even from youtube. Then danzr is the bot you need!

License

Notifications You must be signed in to change notification settings

Blasix/Danzr

Repository files navigation

Impotant

This version of danzr is discontinued and replaced with Danzr in Java.

Danzr

Do you need a self hosted discord bot that can play music, even from youtube. Then danzr is the bot you need!

Bugs and features to be implemented

- [πŸͺ²] 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

Installation

Requirments

Setup

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.

generate token

Open config.json and add your discord bot token

Running it

run these 2 commands:

pip install -r requirements.txt

python index.py

Or run it with docker

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.

Contributing

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.

Support