UNPKG

cosa-nostra-backstabbers

Version:
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"]; } };