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

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