From 3486e47e1896568f4c1e598d5f99f9868264a6b8 Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Sun, 28 Jun 2020 23:37:23 +0300 Subject: [PATCH 1/3] Create README.md --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ + From a0e9f54bd1d017218eddb821e5fce0479b766b50 Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Sun, 28 Jun 2020 23:40:34 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 8b137891..7002e476 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ +# Intellibot +## Discord moderation bot + +Not made for multiserver use at this point. Migth do this later. + +## Installation + +npm install (idk how yarn works) + +## Usage + +Start in dev mode with npm run start:dev +Start in production mode npm run start + +Be sure to fill out the requiered fields in .ENV_example and rename the file to .ENV From 92ead6dfca71cc762c0533f6821c83949761d322 Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Sun, 28 Jun 2020 23:41:43 +0300 Subject: [PATCH 3/3] Delete README.md --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 7002e476..00000000 --- a/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Intellibot - -## Discord moderation bot - -Not made for multiserver use at this point. Migth do this later. - -## Installation - -npm install (idk how yarn works) - -## Usage - -Start in dev mode with npm run start:dev -Start in production mode npm run start - -Be sure to fill out the requiered fields in .ENV_example and rename the file to .ENV