#8 клинини

This commit is contained in:
Simple_Not 2024-01-21 22:36:34 +10:00
parent ef4c806071
commit 52f9edf9f4

View File

@ -2,7 +2,7 @@ from aiogram import Bot, Dispatcher
from global_conf import CONFIG from global_conf import CONFIG
API_TOKEN = '6472915685:AAHPvgrQoqG7DxtfbnHWPe3Lfild-CGJ1j8'
bot = Bot(token=CONFIG['telegram_token'], parse_mode="HTML") bot = Bot(token=CONFIG['telegram_token'], parse_mode="HTML")
dp = Dispatcher(bot) dp = Dispatcher(bot)