let bot = require('./bot/bot'); let engine = require('./bot/engine') engine.create( bot.create("../data/config.json") ).init().run();