SkillAgentSearch skills...

JukeBot

Discord music bot written in Python 3

Install / Use

/learn @Dysta/JukeBot

README

JukeBot

Powered by Disnake Powered by Poetry
Discord music bot written in Python 3


🧩 Deployment without Docker

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 with Docker

Download and rename .env.example to .env and fill in the values.
Run docker run --name jukebot --restart on-failure:3 --env-file .env 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.


<details> <summary><h2>🗨 Features & Commands</h2></summary> <br>

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
</details>

🤝 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.

  1. Fork the repository
  2. Clone your fork git clone https://github.com/Dysta/JukeBot.git
  3. Create your feature branch git checkout -b AmazingFeature
  4. Stage changes git add .
  5. Commit your changes git commit -m 'Added some AmazingFeature'
  6. Push to the branch git push origin AmazingFeature
  7. Submit a pull request

❤️ Credits

Released with ❤️ by Dysta.

Related Skills

View on GitHub
GitHub Stars39
CategoryDevelopment
Updated1d ago
Forks3

Languages

Python

Security Score

95/100

Audited on Apr 3, 2026

No findings