From 1ddd7b32c12dea61cd2ac243892f239a4a17a9e0 Mon Sep 17 00:00:00 2001 From: Jonas_Jones Date: Sat, 3 Sep 2022 13:36:54 +0200 Subject: [PATCH] added node version requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f5361e..238de58 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ https://discord.com/oauth2/authorize?client_id=CLIENT_ID&scope=bot ``` npm i ``` -7. run the following command to start the bot (npm must be installed) +7. run the following command to start the bot (npm (any) and node version `18.8.x` must be installed) ``` npm start ```