From cc5aa9cff00f80871c34aa493c415e72f7abcd78 Mon Sep 17 00:00:00 2001 From: LauraOrchid Date: Sat, 23 Jul 2022 23:33:25 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 59a5e61..b72a775 100644 --- a/README.md +++ b/README.md @@ -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 💖