Files
arubinochan-bot/README.md
2024-12-28 09:01:18 +09:00

16 lines
230 B
Markdown

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