UNPKG

la-cosa-nostra

Version:

A Mafia bot designed to run in Discord - beware the traitors and the lies!

7 lines (4 loc) 120 B
module.exports = function (array) { var index = Math.floor(Math.random() * array.length); return array[index]; };