UNPKG

la-cosa-nostra

Version:

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

14 lines (9 loc) 198 B
module.exports = function (array) { var ret = new Array(); for (var i = 0; i < array.length; i++) { if (!ret.includes(array[i])) { ret.push(array[i]); }; }; return ret; };