Answers for "how to check if the message is from a channel discord.js"

1

see if discord message is in dm discord.js

if(message.channel.type === 'dm'){
	message.channel.send("Pog");
}
Posted by: Guest on November-30-2020

Code answers related to "how to check if the message is from a channel discord.js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language