Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. const userId = message.guild.members.find(m => m.id === "212277222248022016");
  2. if(!message.author === userId) {
  3. message.author.send("Whitelisted")
  4. }else{
  5. message.author.send("Not whitelisted")
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement