Update 'README.md'

This commit is contained in:
LauraOrchid 2022-07-23 23:33:25 +00:00
parent 5a1b804e3a
commit cc5aa9cff0

View File

@ -1,6 +1,6 @@
# LauraXD Base Code
Message intents are NOT supported in this bot, this is due to the verification that Discord is enabling.
Le fork raven's repo because i'm lazy
Structure:
@ -28,10 +28,10 @@ Structure:
TOKEN="your bot token here"
```
4) ```nano lauraxd/handler/index.js``` and change "GUIDIDHERE" to your Discord Server's Guild ID
4) ```nano ./handler/index.js``` and change "GUIDIDHERE" to your Discord Server's Guild ID
5) Go into https://discord.com/developers/applications and enable all 3 intents (presence, members, and message content) in your application.
6) ```cd ../..``` (go back to root path of the bot directory) and run the bot: ```node index.js```
6) Run the bot: ```node index.js```
Have fun! -Laura 💖