Tutorial Not Working
Im trying to switch over from discord.py to discord.js so im watching a tutorial. I coped the code exactly, the bot shows as online and i have it set up properly, but the messageCreate function isn't working
6 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.add MessageContent intent
btw why you selected the RPC label?
ah ok, i come from discord.py so the intents thing is new to me, thanks
I didn't really know what it meant, myb
intents are compulsory since Discord API v9
nothing to do with discord.js
you see the
intents
array that you have in your ClientOptions?yea?
add
"MessageContent"
in it