Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 388 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 388 Bytes

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.