12 lines
543 B
Markdown
12 lines
543 B
Markdown
# DENIM 3001 
|
|
|
|
[](https://www.codefactor.io/repository/github/histmy/denim-bot)
|
|
|
|
## First setup
|
|
1. Install packages with command `npm i`
|
|
1. Compile typescript with command `tsc`
|
|
1. Create `config.json` file with your settings (all keys documented in `example.config.json`)
|
|
|
|
## Launching
|
|
1. Run command `node .`
|