feat: Added date joined to user

This commit is contained in:
ITQ
2024-03-22 12:47:57 +03:00
parent 4cf40a465f
commit 4f3295a315
7 changed files with 41 additions and 4 deletions
+1
View File
@@ -29,6 +29,7 @@ async def profile_callback(callback: CallbackQuery) -> None:
sex=user.sex.capitalize(),
country=user.country,
city=user.city,
date_joined=user.get_human_readable_datejoined(),
),
reply_markup=get(),
)