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