UNPKG

la-cosa-nostra

Version:

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

14 lines (7 loc) 216 B
var AdvancedBot = require("./AdvancedBot.js"); module.exports = class extends AdvancedBot { constructor () { super(...arguments); this.stdio_options = ["inherit", "inherit", "inherit", "ipc"]; } };