1 2 3 4 5 6 7
const Troffman = require('./src/Troffman'); const bot = new Troffman('./config.toml'); console.log('Connecting the bot'); bot.connect();