summaryrefslogtreecommitdiff
path: root/index.js
blob: 4c31341545cc09b317b61f8d4b369b244b142736 (plain)
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();