mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
Update README.md
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user