From 52f9edf9f4c581029a088816bce59f45262b01f0 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Sun, 21 Jan 2024 22:36:34 +1000 Subject: [PATCH] =?UTF-8?q?#8=20=D0=BA=D0=BB=D0=B8=D0=BD=D0=B8=D0=BD=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- create_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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