https://github.com/thetipo01/yadmb
Yet Another Discord Music Bot
https://github.com/thetipo01/yadmb
discord discord-bot discordgo discordmusicbot go hacktoberfest music-bot sponsorblock
Last synced: about 1 month ago
JSON representation
Yet Another Discord Music Bot
- Host: GitHub
- URL: https://github.com/thetipo01/yadmb
- Owner: TheTipo01
- License: mit
- Created: 2020-08-03T12:27:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-03-04T16:17:48.000Z (4 months ago)
- Last Synced: 2026-03-04T19:19:30.989Z (4 months ago)
- Topics: discord, discord-bot, discordgo, discordmusicbot, go, hacktoberfest, music-bot, sponsorblock
- Language: Go
- Homepage: https://thetipo01.github.io/YADMB/
- Size: 2.12 MB
- Stars: 21
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# YADMB
[](https://goreportcard.com/report/github.com/TheTipo01/YADMB)
Yet Another Discord Music Bot - A music bot written in go
# Features
- Supports what [yt-dlp](https://github.com/yt-dlp/yt-dlp) does, plus spotify playlists (if you configure the
required tokens!)
- Uses slash commands (see [Commands](https://thetipo01.github.io/YADMB/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](https://sponsor.ajay.app/)
- 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
- [DCA](https://github.com/bwmarrin/dca/tree/master/cmd/dca)
- [yt-dlp](https://github.com/yt-dlp/yt-dlp)
- [ffmpeg](https://ffmpeg.org/download.html)
# Installation
See the [wiki](https://thetipo01.github.io/YADMB/install/)