From 5ce03ca50f7c97c8098b4720d30a946eef08cad9 Mon Sep 17 00:00:00 2001 From: mihalin Date: Sat, 2 Apr 2022 00:54:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=B0=D0=BB=D0=B0=D1=8F=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=BA=D0=B0=20=D1=82=D0=B5=D0=BA=D1=81=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- olgram/commands/bots.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/olgram/commands/bots.py b/olgram/commands/bots.py index a46d5b0..2848d41 100644 --- a/olgram/commands/bots.py +++ b/olgram/commands/bots.py @@ -39,7 +39,8 @@ async def add_bot(message: types.Message, state: FSMContext): """ bot_count = await Bot.filter(owner__telegram_id=message.from_user.id).count() if bot_count >= OlgramSettings.max_bots_per_user(): - await message.answer(_("У вас уже слишком много ботов.")) + await message.answer(_("У вас уже слишком много ботов. Удалите какой-нибудь свой бот из Olgram" + "(/mybots -> (Выбрать бота) -> Удалить бот)")) return await message.answer(dedent(_("""