-
-
Notifications
You must be signed in to change notification settings - Fork 315
FAQ
Spiderjockey02 edited this page Nov 11, 2020
·
2 revisions
Frequently Asked Questions.
Getting this error [time]: ERROR Privileged intent provided is not enabled or whitelisted.
?
- You need to enable privileged intents for you bot. If you're bot is over 100 servers you will need to verify your bot.
Getting this error [time]: ERROR Error with starting dashboard: EACCES
?
- You need root access to use ports under 1024 and the bot's dashboard uses 80 & 443. You can either change the ports in dashboard.js or use the command
sudo node .
(if you have root permissions)
Last edited: 02-Nov-20 22:27