Built with Bun, Typescript, and Discord.js
This bot is a work in progress and is being developed for the FF14 Tea House FC Discord server. It is not intended for general use as of yet.
To install dependencies:
bun install
Running the bot locally:
bun run start
Running tests:
bun run test
Building and running the bot through docker:
docker build --pull -t imagename .
docker run imagename
Running via docker compose (recommended)
docker compose create
docker compose up
Checking running docker process
docker ps