WordCounterBot/index.ts

4 lines
76 B
TypeScript
Raw Normal View History

2024-03-30 14:36:10 +00:00
import { Bot } from "./src/bot";
const bot = Bot.getInstance();
bot.init();