From ee5b0aa1e64db3164ac003ba65ea55e26db92d06 Mon Sep 17 00:00:00 2001 From: Jonas_Jones Date: Thu, 1 Sep 2022 03:40:37 +0200 Subject: [PATCH] Added required node modules to setup instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4a19f2..8a639d5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,11 @@ cd PinBoardBot ``` 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 ``` \ No newline at end of file