To install dependencies:
bun install
To register slash commands:
Make sure you created and filled a .env
file formatted like the example one
bun src/register_commands.ts
To run:
bun src/index.ts
This project was created using bun init
in bun v1.1.29. Bun is a fast all-in-one JavaScript runtime.