From 3ed13cfdbe948cf80c434852b53b831087649c39 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sat, 23 Jul 2022 07:09:20 -0500 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc59f8d..9a74e78 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,9 @@ TOKEN = token 4) Go to Handler -- > index.js and change "GUIDIDHERE" to your Discord Servers Guild ID -5) Run the bot ```node index.js``` +5) Go into https://discord.com/developers/applications and enable Privlaged Intents. + +6) Run the bot ```node index.js``` Want to make this better? Issue a pull request!