From 7dec6de067a625338d4e321e4b1848b728e9643b Mon Sep 17 00:00:00 2001 From: Whyverum Date: Mon, 23 Dec 2024 22:11:53 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B1=D0=B0=D0=B3=20=D1=81=20=D0=B8=D0=BC=D0=BF?= =?UTF-8?q?=D0=BE=D1=80=D1=82=D0=BE=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BotLibrary/library/edit_bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BotLibrary/library/edit_bot.py b/BotLibrary/library/edit_bot.py index 69415df..646ee4c 100644 --- a/BotLibrary/library/edit_bot.py +++ b/BotLibrary/library/edit_bot.py @@ -4,7 +4,7 @@ from aiogram.types import ChatAdministratorRights from loguru import logger -from config import BotEdit +from BotLibrary.configs import BotEdit from BotLibrary.library.bots import bot # Настройка экспорта модулей и логирования @@ -107,4 +107,4 @@ async def set_bot_short_description(): await bot.set_my_short_description(short_description=BotEdit.short_description) return f"Короткое описание бота изменено!" else: - return f"Короткое описание бота уже установлено и не требует изменений." + return f"Короткое описание бота уже установлено и не требует изменений." \ No newline at end of file