answ3r Development
  • Introduction
  • INSTALLION & SETUP
    • Dependencies
    • Windows Installation
    • Linux Installation
    • Bot Application Setup
    • Node Download
  • FREQUENTLY ASKED QUESTIONS
    • Common Errors
    • Server status game list
    • How to get channel/role/user ID
  • How to add multiple role ID's to config
  • Website
  • Terms Of Service
Powered by GitBook
On this page
  • [DISALLOWED_INTENTS]: Privileged intent provided is not enabled or whitelisted. error when starting the bot?
  • NODE_MODULE VERSION 93. This version of Node.js requires
  • Error: Cannot find module '...'
  • ReferenceError: ReadableStream is not defined
  1. FREQUENTLY ASKED QUESTIONS

Common Errors

PreviousNode DownloadNextServer status game list

Last updated 10 months ago

[DISALLOWED_INTENTS]: Privileged intent provided is not enabled or whitelisted. error when starting the bot?

If you are getting this error when starting the bot, you have to enable all the privileged gateway intents in your , you can do this by opening the discord developer portal, go to your application, click on bot on the left side, scroll down and enable Presence Intent, Server Members Intent, and Message Content Intent


NODE_MODULE VERSION 93. This version of Node.js requires

Delete the node_modules folder and reinstall the modules with start.bat.


Error: Cannot find module '...'

Open a command prompt in the bot folder and type this: npm i (modulename)


ReferenceError: ReadableStream is not defined

Use latest Node.js version. ()

Node Download
discord developer portal