how to make your discord bot respond to specific users code example
Example: how to make your discord bot respond to specific users
if (msg.author.id === "769301171063619664") {
msg.channel.send('Shut Up');
if (msg.author.id === "769301171063619664") {
msg.channel.send('Shut Up');