Discord music bot written in Python 3
git clone https://github.com/Dysta/JukeBot
cd JukeBot
poetry install
Rename .env.example
to .env
and fill in the values.
Run poetry run task start
.
The bot needs ffmpeg to work.
Use the package manager Chocolatey and run in an admin shell choco install ffmpeg
.
Use apt, run sudo apt install ffmpeg
.
Use brew, run brew install ffmpeg
.
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
.
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.
-
join
-
play
-
playtop
-
playskip
-
search
-
nowplaying
-
grab
-
seek
-
loop
-
pause
-
resume
-
lyrics
-
disconnect
-
share
-
queue
-
loopqueue
-
move
-
skipto
-
shuffle
-
remove
-
clear
-
removedupes
-
prefix
-
reset
-
speed
-
bass
-
nightcore
-
slowed
-
info
-
invite
-
donate
-
watch
-
help
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
Released with ❤️ by Dysta.