From 3868045765e9591805c16037d35322c302be5650 Mon Sep 17 00:00:00 2001 From: SALO Date: Wed, 3 Jan 2024 13:31:01 +0200 Subject: [PATCH] add admin function and others --- handlers/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/admin.py b/handlers/admin.py index 9d83d35..fd4c8c1 100644 --- a/handlers/admin.py +++ b/handlers/admin.py @@ -56,7 +56,7 @@ async def people_ex(message: Message): formatted_date = data.strftime("%d.%m.%Y %H:%M") new += f"\nІм`я: @{username}\nID: {telegram_id}\nДата приєднання{formatted_date}" - await message.answer() + await message.answer(new) @router.message(F.text == "Статистика 📊")