Denim-Bot/README.md
2022-07-15 22:48:52 +02:00

12 lines
543 B
Markdown

# DENIM 3001 ![Denim](https://cdn.discordapp.com/avatars/535915400375042048/a18f06f1928c5e83c1982e67dcabb046.png?size=32)
[![CodeFactor](https://www.codefactor.io/repository/github/histmy/denim-bot/badge?s=0b4e08a7b118b8120c50359e00c6f6f1d4464b53)](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 .`