balabola-vk/src/index.ts

4 lines
144 B
TypeScript
Raw Permalink Normal View History

2022-10-20 14:32:46 +00:00
import { bot } from "./bot";
import { logger } from "./logger";
bot.updates.start().catch(logger.error).then(() => logger.info('bot started'));