mirror of
https://github.com/civsocit/olgram.git
synced 2025-05-24 11:33:24 +00:00
малая правка текста
This commit is contained in:
parent
654d0047da
commit
5ce03ca50f
|
@ -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(_("""
|
||||
|
|
Loading…
Reference in New Issue
Block a user