Advertisement
Guest User

lolokok

a guest
Aug 19th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. MPP.client.on('participant added', function(part, msg) {
  2.  
  3. MPP.chat.send(`${part.name} ${WelcomeArray[Math.floor(Math.random()*WelcomeArray.length)]} Let\'s welcome them.`);
  4.  
  5. });
  6.  
  7. //This is because it's only detecting that admins are joining. So keep it out and use this.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement