BeaverFacts/index.ts

4 lines
76 B
TypeScript

import { Bot } from "./src/bot";
const bot = Bot.getInstance();
bot.init();