tubearchivist / discord-bot

Bot for TubeArchivist Discord server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Bot for TubeArchivist Discord server


Languages

Language:Python 88.3%Language:Dockerfile 11.7%