1
0
Fork
You've already forked musicbot
0
awful and janky music bot for discord
  • Python 89.9%
  • Shell 6.3%
  • Dockerfile 3.8%
2026年06月25日 22:31:30 +02:00
pkg dockerfile :) 2026年03月24日 19:51:44 +01:00
.gitignore mach zurück argumente 2026年01月01日 14:12:28 +01:00
bot.py change bot commands 2026年03月26日 08:34:41 +01:00
README.md dockerfile :) 2026年03月24日 19:51:44 +01:00
requirements.txt upgrade deps 2026年06月25日 22:31:30 +02:00

musicbot

yet another generic music bot for discord

requirements

pip install -r requirements.txt

  • discord.py
  • yt_dlp
  • pynacl
  • davey

also ffmpeg and deno because of ytdlp

building

docker

just run

docker build -f pkg/Dockerfile . -t musicbot
# podman
podman build -f pkg/Dockerfile . -t musicbot

running

docker run -it -e=GUILD_ID="UR_ID" -e=DISCORD_TOKEN="UR_TOKEN" localhost/musicbot
# podman
podman run -it -e=GUILD_ID="UR_ID" -e=DISCORD_TOKEN="UR_TOKEN" localhost/musicbot