Bot doesn't reply, DJS v14
Index.js
the console.log works but the bot doesn't reply.
Message handling.
12 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 staffare you testing with a dm channel?
Yes sir
also, do you have message content intent?
in the discord developer portal
I tried to dm the bot, the console.log returns good result but the bot doesn't reply.
Okay wait
Yes sir
It does
are you sure
message.author.send('Hello!');
is correct?
maybe it should be message.channel.send('Hello!');
i don't know, I program with slash commands
I don't know much about text cmdsDoesn't work either sir
Its okay! Thank you for helping tho
Thank you for helping, i 've already fixed the issue.
It should be
and not
ah
that was a cheeky one
True
I debugged the message into json format so i can take a better look.
Thank you for suggestion