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

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

// 🦀