Answers for "if author is bot discord"

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 "if author is bot discord"

Browse Popular Code Answers by Language