awful and janky music bot for discord
- Python 89.9%
- Shell 6.3%
- Dockerfile 3.8%
| pkg | dockerfile :) | |
| .gitignore | mach zurück argumente | |
| bot.py | change bot commands | |
| README.md | dockerfile :) | |
| requirements.txt | upgrade deps | |
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