mirror of
https://github.com/JonasunderscoreJones/PinBoardBot.git
synced 2025-10-22 17:59:17 +02:00
Added required node modules to setup instructions
This commit is contained in:
parent
ec2e1669eb
commit
ee5b0aa1e6
1 changed files with 5 additions and 1 deletions
|
@ -21,7 +21,11 @@ cd PinBoardBot
|
||||||
```
|
```
|
||||||
https://discord.com/oauth2/authorize?client_id=CLIENT_IDscope=bot
|
https://discord.com/oauth2/authorize?client_id=CLIENT_IDscope=bot
|
||||||
```
|
```
|
||||||
6. run the following command to start the bot (npm must be installed)
|
6. install the required node modules with the following command:
|
||||||
|
```
|
||||||
|
npm install discord.js@13.1.0 dotenv
|
||||||
|
```
|
||||||
|
7. run the following command to start the bot (npm must be installed)
|
||||||
```
|
```
|
||||||
npm start
|
npm start
|
||||||
```
|
```
|
Loading…
Add table
Add a link
Reference in a new issue