Answers for "how to find the ID of an author of a message to discord node.js"

1

msg author is a bot

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

Code answers related to "how to find the ID of an author of a message to discord node.js"

Browse Popular Code Answers by Language