UNPKG

la-cosa-nostra

Version:

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

10 lines (5 loc) 203 B
module.exports = function (actionable, game, message) { var from = game.getPlayerByAlphabet(actionable.from); var to = game.getPlayerByAlphabet(actionable.to); // Set stats or do whatever };