You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,10 @@
4
4
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.
5
5
6
6
### 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.
8
8
```sh
9
-
npm install discord.js
9
+
# This will install all dependencies in the package.json
0 commit comments