So reagieren Sie Ihren Discord Bot auf bestimmte Benutzer

if (msg.author.id === "769301171063619664") {
    msg.channel.send('Shut Up');
INeedHelp