mirror of
https://github.com/tubearchivist/discord-bot.git
synced 2026-03-23 20:37:11 +00:00
Bot for TubeArchivist Discord server
- Python 89.4%
- Dockerfile 10.6%
| .github/workflows | ||
| app | ||
| env | ||
| .gitignore | ||
| Dockerfile | ||
| README.md | ||
| requirements-dev.txt | ||
| requirements.txt | ||
TubeArchivist Discord Bot
Setup
Environment:
BOT_TOKEN: Register bot on the server to get token
Install
Compose file:
services:
discord-bot:
container_name: discord-bot
build: https://github.com/tubearchivist/discord-bot.git
restart: always
env_file:
- ./env/discord-bot.env
Update
Container rebuilds with webhook on commit to master.