Skip to content

Commit

Permalink
add admin function and others
Browse files Browse the repository at this point in the history
  • Loading branch information
salko-ua committed Jan 3, 2024
1 parent 282abb5 commit 3868045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 == "Статистика 📊")
Expand Down

0 comments on commit 3868045

Please sign in to comment.