UNPKG

la-cosa-nostra

Version:

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

12 lines (7 loc) 281 B
var fs = require("fs"); var lcn = require("../../../source/lcn.js"); module.exports = function (config) { // Override configuration liberally var override = JSON.parse(fs.readFileSync(__dirname + "/override.json")); return lcn.auxils.objectOverride(config, override); };