UNPKG

la-cosa-nostra

Version:

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

13 lines (8 loc) 256 B
module.exports = async function (message, params, config) { if (!process.timer) { await message.channel.send(":x: No savable instance."); return null; }; process.timer.game.save(); await message.channel.send(":ok: Saved the game."); };