малая правка текста

This commit is contained in:
mihalin 2022-04-02 00:54:27 +03:00
parent 654d0047da
commit 5ce03ca50f

View File

@ -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() bot_count = await Bot.filter(owner__telegram_id=message.from_user.id).count()
if bot_count >= OlgramSettings.max_bots_per_user(): if bot_count >= OlgramSettings.max_bots_per_user():
await message.answer(_("У вас уже слишком много ботов.")) await message.answer(_("У вас уже слишком много ботов. Удалите какой-нибудь свой бот из Olgram"
"(/mybots -> (Выбрать бота) -> Удалить бот)"))
return return
await message.answer(dedent(_(""" await message.answer(dedent(_("""