Answers for "discord js bot add to author message"

1

msg author is a bot

if(message.author.id === client.user.id) return;
Posted by: Guest on November-21-2020
0

how to check if a user sent a message in discord js

if(message.author.id === client.user.id) return;
Posted by: Guest on August-04-2020

Code answers related to "discord js bot add to author message"

Browse Popular Code Answers by Language