This is a Discord bot for managing members of a clan in Tap Titans 2.
-
Copy
example.env
to.env
and put your own values -
Start the bot
docker-compose up -d
-
Initialize the database
docker-compose run --rm bot node_modules/.bin/sequelize db:create
-
Run migrations
docker-compose run --rm bot node_modules/.bin/sequelize db:migrate