An open API service indexing awesome lists of open source software.

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

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.