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(); // 🦀