UNPKG

la-cosa-nostra

Version:

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

12 lines (6 loc) 172 B
module.exports = function (game) { var players = game.players; for (var i = 0; i < players.length; i++) { players[i].addAttribute("you-die-you-lose"); }; };