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
@@ -27,6 +27,7 @@ PROFILE = (
"\tCountry: <b>{country}</b>\n"
"\tCity: <b>{city}</b>\n"
"\tBio: <b>{bio}</b>\n"
"\tDate joined: <b>{date_joined}</b>\n"
)
NOT_SET = "<i>Not set</i>"
EDIT_USERNAME = "Enter your username:\n<i>Allowed characters: a-z, A-Z, 0-9, _</i>\n<i>Length: 5-20 characters</i>"