You've already forked Travel-Agent
feat: Added date joined to user
This commit is contained in:
@@ -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(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user