6 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!How do i input the js to a direct message bot helper code?
I am making a modmail and the dm channel type is not working.
if (message.author.bot) return;
if (message.channel.type === ChannelType.DirectMessages) {
try {
Channel type is not defined.
Import the enum
Basic js
And not a valid channel type either
What is enum?
I would suggest familiarizing yourself with js first before coding a discord bot
#resources #rules 3