UNPKG

la-cosa-nostra

Version:

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

6 lines (3 loc) 143 B
module.exports = function (game, user_identifier, type) { game.actions.delete(x => x.meta.type === type && x.from === user_identifier); };