UNPKG

la-cosa-nostra

Version:

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

12 lines (8 loc) 260 B
module.exports = async function (client, config) { if (!process.timer || !["pre-game", "playing"].includes(process.timer.game.state)) { console.log(":No game in progress."); return null; }; process.timer.step(); console.log("Step set."); };