TypeError: Cannot read properties of undefined (reading 'FLAGS')
TypeError: Cannot read properties of undefined (reading 'FLAGS')
at Object.
I did: Downloaded files installed node.js 16.17.0 npm init npm install discord.js node main.js created bot invited bot put token and got error
searched, and apparently code for discord.js requirement is old replaced what StackOverflow issue said didn't work still
Hey, I was having your problem but I found out the bot is using a old discord.js, so I downloaded the version and it started working. Here's how I did it. Go to node_modules folder delete discord.js go into cmd make sure you're in the bot folder type npm install [email protected] and it should work when you type node . or node main.js