diff --git a/create_bot.py b/create_bot.py index a272f87..bf79eea 100644 --- a/create_bot.py +++ b/create_bot.py @@ -2,7 +2,7 @@ from aiogram import Bot, Dispatcher from global_conf import CONFIG -API_TOKEN = '6472915685:AAHPvgrQoqG7DxtfbnHWPe3Lfild-CGJ1j8' + bot = Bot(token=CONFIG['telegram_token'], parse_mode="HTML") dp = Dispatcher(bot) \ No newline at end of file