useless readme update

This commit is contained in:
Histmy 2022-10-03 14:59:20 +02:00
parent e6d4bec5bf
commit 92c8bc9879

View File

@ -1,11 +1,11 @@
# DENIM 3001 ![Denim](https://cdn.discordapp.com/avatars/535915400375042048/a18f06f1928c5e83c1982e67dcabb046.png?size=32) # DENIM 3001 ![Denim](https://cdn.discordapp.com/avatars/535915400375042048/d15e39420dcf328a6d8673ab979a67a7.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) [![CodeFactor](https://www.codefactor.io/repository/github/histmy/denim-bot/badge?s=0b4e08a7b118b8120c50359e00c6f6f1d4464b53)](https://www.codefactor.io/repository/github/histmy/denim-bot)
## First setup ## First setup
1. Install packages with command `npm i` 1. Install all packages with the command `npm i``
1. Compile typescript with command `tsc` 1. Compile typescript with the command `tsc`
1. Create `config.json` file with your settings (all keys documented in `example.config.json`) 1. Create a `config.json` file with your settings (all keys are documented in `example.config.json`)
## Launching ## Launching
1. Run command `node .` 1. Run the command `node .`