unbloat-code

This commit is contained in:
2024-01-07 12:19:46 +03:00
parent f181f68078
commit a80727e97f
24 changed files with 179 additions and 975 deletions

View File

@@ -16,6 +16,4 @@ def userdata_extract(user):
identity = f"{user['first_name']}{ln}"
uid = user["id"]
username = user.get("username", "")
if username:
username = f"(@{username})"
return uid, identity, username