Advertisement
Thiil

Untitled

Jun 20th, 2018
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. var myArray = [<@user-id>+" challenges the producers, but fails to survive a single puppet",
  2. "Oh no, "+<@user-id>+" got demolished by **Mr. Smiles**",
  3. "After gearing up in several events "+<@user-id>+" tried to swim and drowned"
  4. ]
  5. var rand = myArray[Math.floor(Math.random() * myArray.length)];
  6. channel.message(rand)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement