From e9dfbeca9a8dd54b2a4026a4ac9815918fd564c6 Mon Sep 17 00:00:00 2001 From: SS <74042715+choppymaster@users.noreply.github.com> Date: Wed, 14 Apr 2021 10:01:00 +0530 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c18d5c9..a3d929e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Do shift + right click and select open powershell (or cmd depending on your PC) ### Step three, Getting the files and initiating -On your terminal, execute the command `git clone https://github.com/fifthsonofole/discord.js-moderation-bot && cd discord.js-moderation-bot`, to install the files and initiate the directory. +On your terminal, execute the command `git clone https://github.com/J2Olsen/discord.js-moderation-bot && cd discord.js-moderation-bot`, to install the files and initiate the directory. ### Step four, installing Discord.js Now, you should type `npm install discord.js`, we are installing the discord.js module. Note: This will make a file called `package-lock.json` and a directory called `node_modules`, please don't delete that. From dffff19813017635071153aee2b5e11226b80d74 Mon Sep 17 00:00:00 2001 From: SS <74042715+choppymaster@users.noreply.github.com> Date: Thu, 23 Sep 2021 11:40:30 +0000 Subject: [PATCH 2/4] . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3d929e..b8a3ae8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Make a folder for which your bot's coding will be in Do shift + right click and select open powershell (or cmd depending on your PC) ![Step two](https://i.imgur.com/1quX9nB.png "Step two") - + ### Step three, Getting the files and initiating On your terminal, execute the command `git clone https://github.com/J2Olsen/discord.js-moderation-bot && cd discord.js-moderation-bot`, to install the files and initiate the directory. From c5e0a48c5b0ed7ebf5077d2ffc4c0c73848e8b7b Mon Sep 17 00:00:00 2001 From: SS <74042715+choppymaster@users.noreply.github.com> Date: Thu, 23 Sep 2021 18:03:05 +0530 Subject: [PATCH 3/4] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bca02c4..e9d29d1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "bot", "discord" ], - "author": "root admin", + "author": "SB", "license": "ISC", "bugs": { "url": "https://github.com/choppymaster/discord.js-moderation-bot/issues" From decc879073e801c8956de043a5fda6c4cab52a8e Mon Sep 17 00:00:00 2001 From: SS <74042715+choppymaster@users.noreply.github.com> Date: Thu, 23 Sep 2021 18:03:56 +0530 Subject: [PATCH 4/4] Rename config.json to config_example.json --- config.json => config_example.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename config.json => config_example.json (100%) diff --git a/config.json b/config_example.json similarity index 100% rename from config.json rename to config_example.json