From 560e62fa5320c07e037b385eae0d67f665efb248 Mon Sep 17 00:00:00 2001 From: LauraOrchid Date: Sat, 23 Jul 2022 12:27:51 +0000 Subject: [PATCH] Update 'README.md' Fixed few "obvious" typos. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c5449b..4bf5f04 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Discord-Linx Discord.JS v14 Base Template +# Discord-Linux Discord.JS v14 Base Template Only 3 dependencies required to run this bot! @@ -25,9 +25,9 @@ Structure: TOKEN = token ``` -4) Go to Handler -- > index.js and change "GUIDIDHERE" to your Discord Servers Guild ID +4) Go to Handler -- > index.js and change "GUIDIDHERE" to your Discord Server's Guild ID -5) Go into https://discord.com/developers/applications and enable Privlaged Intents. +5) Go into https://discord.com/developers/applications and enable Privileged Intents. 6) Run the bot ```node index.js```