aboutsummaryrefslogtreecommitdiff
path: root/src/bot.ts
blob: ee7ce924fc204fd99dd007c0c4c900256d60c363 (plain)
1
2
3
4
5
import { BushClient } from './lib/extensions/BushClient';
import * as config from './config/options';

const client: BushClient = new BushClient(config);
client.start();