how to check if a author of a message has a certain user id discord.js code example Example: msg author is a bot if(message.author.id === client.user.id) return;