You've already forked Travel-Agent
chore: Added message deletions and small code refactoring
This commit is contained in:
+2
-1
@@ -21,10 +21,11 @@ PROFILE = (
|
||||
"\tUsername: <b>{username}</b>\n"
|
||||
"\tAge: <b>{age}</b>\n"
|
||||
"\tSex: <b>{sex}</b>\n"
|
||||
"\tBio: <b>{bio}</b>\n"
|
||||
"\tCountry: <b>{country}</b>\n"
|
||||
"\tCity: <b>{city}</b>"
|
||||
"\tBio: <b>{bio}</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>"
|
||||
EDIT_BIO = "Enter your bio (enter /skip if you want to set it to None):\n<i>Maximum length: 100 characters</i>"
|
||||
PROFILE_UPDATED = "✅ Profile updated"
|
||||
|
||||
Reference in New Issue
Block a user