import { env as environment } from '../config/env'; import { Telegraf } from 'telegraf'; export const bot = new Telegraf(environment.BOT_TOKEN);