Como verificar se um usuário enviou uma mensagem no Discord JS

if(message.author.id === client.user.id) return;
Naughty Nightingale