include build

This commit is contained in:
2021-11-10 09:42:35 -06:00
parent 6180a7d9ec
commit 0f02383f7c
4 changed files with 220 additions and 1 deletions

View File

@@ -1,3 +1,20 @@
# discord-cli
discord but as a shell
## running
make a `settings.json` file
```json
{
"token": "YOUR DISCORD TOKEN"
}
```
then run
```sh
npm i
npm run
```