Common Errors

[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 discord developer portal, 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)

Last updated