JukeBot
JukeBot copied to clipboard
Discord music bot written in Python 3

JukeBot
Discord music bot written in Python 3
🧩 Installation
git clone https://github.com/Dysta/JukeBot
cd JukeBot
poetry install
⚙ Configuration
Rename .env.example to .env and fill in the values.
🚀 Launch
Run poetry run task start.
⁉ Other
The bot needs ffmpeg to work.
Install on Windows
Use the package manager Chocolatey and run in an admin shell choco install ffmpeg.
Install on Linux
Use apt, run sudo apt install ffmpeg.
Install on MacOS
Use brew, run brew install ffmpeg.
🌐 Deployment
Clone the repos.
Rename .env.example to .env and fill in the values.
Run docker-compose up -d.
OR
C/C the file .env.example in local, fill in the values.
Run docker run --env-file <YOUR_LOCAL_ENV_FILE> dysta/jukebot.
🔮 Devcontainer
Clone the project then open it in vscode. If you have the devcontainer extension, it will ask you to reopen the project in a devcontainer. If not, open the commands prompt then search for reopen in container.
All the needs will be automatically installed.
🗨 Features & Commands
Music
- [X]
join - [X]
play - [X]
playtop - [X]
playskip - [X]
search - [X]
nowplaying - [X]
grab - [ ]
seek - [X]
loop - [X]
pause - [X]
resume - [ ]
lyrics - [X]
disconnect - [X]
share
Queue
- [X]
queue - [X]
loopqueue - [ ]
move - [ ]
skipto - [X]
shuffle - [X]
remove - [X]
clear - [ ]
removedupes
Utility
- [X]
prefix - [X]
reset
Effect
- [ ]
speed - [ ]
bass - [ ]
nightcore - [ ]
slowed
Others
- [X]
info - [X]
invite - [X]
donate - [X]
watch - [X]
help
🤝 Contributing
Contributions are what make the open source community an amazing place to learn, be inspired, and create. Any contributions you make are greatly appreciated.
- Fork the repository
- Clone your fork
git clone https://github.com/Dysta/JukeBot.git - Create your feature branch
git checkout -b AmazingFeature - Stage changes
git add . - Commit your changes
git commit -m 'Added some AmazingFeature' - Push to the branch
git push origin AmazingFeature - Submit a pull request
❤️ Credits
Released with ❤️ by Dysta.