from aiogram import Bot, Dispatcher from global_conf import CONFIG bot = Bot(token=CONFIG['telegram_token'], parse_mode="HTML") dp = Dispatcher(bot)