Skip to content

Commit 073f1ef

Browse files
authored
Update README.md
1 parent 193b832 commit 073f1ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
This is just the code only! You'll need the DGModBot Token in order for this program to work properly. That means if you want to edit the existing bot on the DG Discord, you'll need to contact on the Development Team Members.
55

66
### Project setup
7-
You'll need to install Discord.js into the folder first in order to run the program
7+
You'll need to install all project dependencies.
88
```sh
9-
npm install discord.js
9+
# This will install all dependencies in the package.json
10+
npm install
1011
```
1112
after that, your good to go!
1213

0 commit comments

Comments
 (0)