2024-07-23 09:13:37 +00:00
|
|
|
# nxslack
|
|
|
|
|
2024-07-23 10:14:51 +00:00
|
|
|
Slack bot to set your Nintendo Switch as your status!
|
|
|
|
|
2024-07-23 09:13:37 +00:00
|
|
|
To install dependencies:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
bun install
|
|
|
|
```
|
|
|
|
|
|
|
|
To run:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
bun run index.ts
|
|
|
|
```
|
|
|
|
|
|
|
|
This project was created using `bun init` in bun v1.1.8. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|