https://github.com/tubearchivist/discord-bot
Bot for TubeArchivist Discord server
https://github.com/tubearchivist/discord-bot
Last synced: 7 months ago
JSON representation
Bot for TubeArchivist Discord server
- Host: GitHub
- URL: https://github.com/tubearchivist/discord-bot
- Owner: tubearchivist
- Created: 2023-08-01T02:30:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T17:12:36.000Z (over 1 year ago)
- Last Synced: 2025-01-12T09:45:44.975Z (9 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TubeArchivist Discord Bot
## Setup
Environment:
- `BOT_TOKEN`: Register bot on the server to get token## Install
Compose file:
```yml
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.