discord-bot/README.md
2025-07-31 11:10:00 +01:00

15 lines
219 B
Markdown

# bot
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.19. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.