Comment vérifier si un utilisateur a envoyé un message dans Discord JS

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