discord.js check if message is from bot code example Example: msg author is a bot if(message.author.id === client.user.id) return;