UNPKG

la-cosa-nostra

Version:

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

9 lines (6 loc) 272 B
module.exports = async function (game, player) { // Effect is immediate await game.getMainChannel().send(":exclamation: **" + player.getDisplayName() + "** has been removed from the game by a moderator."); game.kill(player, "__modkilled__"); game.checkWin(); };