Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 897 Bytes

File metadata and controls

35 lines (24 loc) · 897 Bytes

parsertime-bot

Parsertime Bot

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.

Local Development

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 .env

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.30. Bun is a fast all-in-one JavaScript runtime.