UNPKG

twitchcord-bot

Version:
12 lines (8 loc) 198 B
//import Bot from './bot' import { getOptions } from './cli' import Bot from './bot' export default (async () => { const opts = await getOptions() const bot = new Bot(opts) return bot })()