import { bot } from "./src/bot";
import { logger } from "./src/logger";
bot.updates.start().catch(logger.error);