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 💖