tinifni / stats-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stats Bot

This is a Discord bot for managing members of a clan in Tap Titans 2.

Development

  1. Copy example.env to .env and put your own values

  2. Start the bot

    docker-compose up -d
  3. Initialize the database

    docker-compose run --rm bot node_modules/.bin/sequelize db:create
  4. Run migrations

    docker-compose run --rm bot node_modules/.bin/sequelize db:migrate

About


Languages

Language:JavaScript 96.9%Language:Dockerfile 3.1%