2026 UPDATE!!!

This commit is contained in:
2026-03-01 00:49:27 +03:00
parent 65a63b5596
commit c29d366255
24 changed files with 510 additions and 121 deletions
+1
View File
@@ -41,6 +41,7 @@ def start_message(message: types.Message):
"Парень" if user.gender == "man" else "Девушка",
user.faculty,
user.group,
"Да" if user.agree_upload else "Нет",
),
reply_markup=markup,
)