Answers for "check if message is from bot discord 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 "check if message is from bot discord js"

Browse Popular Code Answers by Language