mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
fix info
This commit is contained in:
parent
971fd178f2
commit
46ba3a57aa
@ -23,5 +23,5 @@ async def info(message: types.Message, state: FSMContext):
|
||||
bots_count = len(await models.Bot.all())
|
||||
user_count = len(await models.User.all())
|
||||
|
||||
await message.answer(f"Количество ботов: {bots_count}"
|
||||
f"Количество пользователей: {user_count}")
|
||||
await message.answer(f"Количество ботов: {bots_count}\n"
|
||||
f"Количество пользователей: {user_count}\n")
|
||||
|
Loading…
Reference in New Issue
Block a user