const Troffman = require('./src/Troffman'); const bot = new Troffman('./config.toml'); console.log('Connecting the bot'); bot.connect();