Answers for "if bot is dm discord js"

3

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
0

dm discord.js

(user).send("your message here");
Posted by: Guest on April-05-2020

Code answers related to "if bot is dm discord js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language