Files
discord-cli/readme.md
2021-11-10 09:42:35 -06:00

21 lines
165 B
Markdown

# 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
```