UNPKG

cosa-nostra-backstabbers

Version:
13 lines (7 loc) 212 B
module.exports = async function (message, params, config) { if (!process.lobby) { await message.channel.send(":x: There is no lobby to force start."); return null; }; process.lobby.start(); };