Bot not replying
Hi! My bot is not replying. Message intents are enabled, I used a tutorial from a year ago and haven't been able to find out where it all goes wrong </3
I'm new to discord.js
main.js
Commands/ping.js
4 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPThe bot also has permissions in the server
node v18.17.1
discord.js v14.13.0
you miss the GuildMessages and MessageContent intent
and the token isnt the client key either
ah i see
yeah thats just me badly wording it 😅
It works! Thanks so much!