UNPKG

la-cosa-nostra

Version:

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

12 lines (7 loc) 267 B
module.exports = function (actionable, game, params) { var from = game.getPlayerByIdentifier(actionable.from); var to = game.getPlayerByIdentifier(actionable.to); // Set stats or do whatever to.setGameStat("basic-defense", 2, Math.max); return true; };