This is the repository for the Parsertime Bot. The bot is written in TypeScript and uses the Discord.js library. The bot is built on the Bun runtime. It is deployed to Railway.
To run the bot locally, you will need to clone the repository and install the dependencies.
To set up your environment variables, copy the .env.example file to .env and fill in the values.
cp .env.example .envTo install dependencies:
bun installTo run:
bun run index.tsThis project was created using bun init in bun v1.0.30. Bun is a fast all-in-one JavaScript runtime.