BeaverFacts/index.ts

4 lines
76 B
TypeScript
Raw Permalink Normal View History

2024-06-06 18:34:32 +00:00
import { Bot } from "./src/bot";
const bot = Bot.getInstance();
bot.init();