17 lines
173 B
Markdown
17 lines
173 B
Markdown
# TTY discord bot
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
To run in developpement bot:
|
|
```bash
|
|
bun run dev
|
|
```
|
|
|
|
To build to javacript:
|
|
```bash
|
|
bun run build
|
|
```
|