#Bot doesnt respond after message

4 messages · Page 1 of 1 (latest)

lucid questBOT
#

• 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.

eternal delta
#

in v14, the "message" event is "messageCreate" and you're missing the GuildMessages intent

#

on another note, you have user.content and user isnt defined anywhere. you probably meant msg.content

#

indeed so