Advertisement
lolboek

Untitled

Jul 20th, 2019
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. var berichten = [
  2. 'bericht 1',
  3. 'bericht 2',
  4. // enzovoort
  5. ]
  6.  
  7. message.channel.send(
  8. berichten[Math.round(Math.random() * (berichten.length - 1))]
  9. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement