You've already forked Travel-Agent
feat: Added date joined to user
This commit is contained in:
@@ -28,6 +28,7 @@ async def command_profile_handler(message: Message) -> 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