Jak sprawdzić, czy użytkownik wysłał wiadomość w Discord JS
if(message.author.id === client.user.id) return;
Naughty Nightingale
if(message.author.id === client.user.id) return;