Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 403 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 403 Bytes

TinajaBot

A bot for TINAJA Ingeniería Discord server.

Install dependencies

bundle install

Create a new .env file using .env.sample as a template to set the relevant params/credentials.

Run the bot

rake run

Docker

Using docker compose you can start the bot by simply running:

docker compose up

Check both Dockerfile and docker-compose.yml for details.