mirror of
https://github.com/TheTipo01/YADMB.git
synced 2026-04-24 18:33:40 +02:00
Yet Another Discord Music Bot
https://thetipo01.github.io/YADMB/
|
|
||
|---|---|---|
| .github/workflows | ||
| api | ||
| constants | ||
| data | ||
| database | ||
| docs | ||
| embed | ||
| manager | ||
| queue | ||
| sponsorblock | ||
| spotify | ||
| vc | ||
| web | ||
| youtube | ||
| .dockerignore | ||
| .gitignore | ||
| .goreleaser.yml | ||
| CODE_OF_CONDUCT.md | ||
| commands.go | ||
| commands_test.go | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| example_config.yml | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| mkdocs.yml | ||
| README.md | ||
| structures.go | ||
| utilities.go | ||
YADMB
Yet Another Discord Music Bot - A music bot written in go
Features
- Supports what yt-dlp does, plus spotify playlists (if you configure the required tokens!)
- Uses slash commands (see Commands for a list of commands)
- Save your favorite songs and playlists with custom commands
- Automatically skips sponsors or moments when there's no music, thanks to the SponsorBlock API
- Caches songs locally, so the bot doesn't have to download them every time
- Stream songs from the internet, useful for radios
- Blacklist users from using the bot
- Allow only certain users to use the bot, with the DJ role
- A nice web interface to control the bot
Requirements
Installation
See the wiki