This commit is contained in:
grngxd 2025-07-31 11:10:00 +01:00
commit 4270071da2
6 changed files with 120 additions and 0 deletions

15
README.md Normal file
View file

@ -0,0 +1,15 @@
# 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.