From c774ab075d42f0fde99046b70781dbc0a4c3f9ca Mon Sep 17 00:00:00 2001 From: TheSomeoneXD <31833556+TheSomeoneXD@users.noreply.github.com> Date: Sat, 20 Oct 2018 01:02:39 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47c679a..c2fe7c2 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ We recommend [nodemon](https://nodemon.io/) for reloading bots automatically, in # Join the SANCTUM Development Team We're looking for: -- Discord.js and/or PHP programmers +- Discord.js programmers - Artists - Writers - Designers From 95c4508587610b07ab1b10927f770f3cc8f47a00 Mon Sep 17 00:00:00 2001 From: TheSomeoneXD <31833556+TheSomeoneXD@users.noreply.github.com> Date: Sat, 20 Oct 2018 01:08:54 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2fe7c2..f9c7d11 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ You will need: 2. Rename the `.envdev` file to `.env`, and fill out tokens and channels. - Make sure you save it, and also don't push any of your tokens here! If you do though, consider them comprimised and then reset them. On Windows, you must give the .env file a name, but you can circumvent it by using a program like [VS Code](https://code.visualstudio.com/) to rename files! + Make sure you save it, and also don't push any of your tokens here! If you do though, consider them compromised and then reset them. On Windows, you must give the .env file a name, but you can circumvent it by using a program like [VS Code](https://code.visualstudio.com/) to rename files! 3. Navigate via command-line to a bot's folder, install dependancies, and run it! From dfc4713fa438ea82d5e0a214c7ab777b766d2a69 Mon Sep 17 00:00:00 2001 From: TheSomeoneXD <31833556+TheSomeoneXD@users.noreply.github.com> Date: Sat, 20 Oct 2018 01:12:09 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9c7d11..992763d 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,15 @@ You will need: Make sure you save it, and also don't push any of your tokens here! If you do though, consider them compromised and then reset them. On Windows, you must give the .env file a name, but you can circumvent it by using a program like [VS Code](https://code.visualstudio.com/) to rename files! -3. Navigate via command-line to a bot's folder, install dependancies, and run it! +3. Navigate via command-line to a bot's folder, install dependencies, and run it! Make sure you're in the project folder! On Windows, you can hold Shift and Right Click the folder to get the option of a command prompt, inside that folder. ```bash cd "SANCTUM" # Navigate to project folder - npm i # For modules dependancies + npm i # For modules dependencies cd "A.D.A.M." # Choose a bot - npm i # Install dependancies + npm i # Install dependencies node adam.js # Run the bot ```