Answers for "how to make your discord bot respond to specific users"

0

how to make your discord bot respond to specific users

if (msg.author.id === "769301171063619664") {
    msg.channel.send('Shut Up');
Posted by: Guest on April-24-2021

Code answers related to "how to make your discord bot respond to specific users"

Code answers related to "Javascript"

Browse Popular Code Answers by Language