From 9ad8ec7ce1248e9bab4189a612a8d5db774107d7 Mon Sep 17 00:00:00 2001 From: CorwinDev <88144943+CorwinDev@users.noreply.github.com> Date: Wed, 11 May 2022 15:22:33 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 195ad80..c7a29e0 100644 --- a/README.md +++ b/README.md @@ -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 . +```