Update README.md

This commit is contained in:
CorwinDev 2022-05-11 15:22:33 +01:00 committed by GitHub
parent 70bd7e9356
commit 9ad8ec7ce1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,16 @@
# Discord-Bot
Discord Bot with over 400 commands and made for large servers
**How To Install**
First you need to change the .env.example file to .env
Then you need to change the config files in /src/config
```
npm i
```
**How to start**
```
node .
```