Update 'README.md'

Fixed few "obvious" typos.
This commit is contained in:
LauraOrchid 2022-07-23 12:27:51 +00:00
parent 215ac4cd6f
commit 560e62fa53
1 changed files with 3 additions and 3 deletions

View File

@ -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```