feat: Added edit profile func

This commit is contained in:
ITQ
2024-03-20 23:12:35 +03:00
parent 3ca80dea1f
commit 2d35f26b29
6 changed files with 197 additions and 7 deletions
+3 -1
View File
@@ -12,4 +12,6 @@ class RegistrationForm(StatesGroup):
class UserAltering(StatesGroup):
new_value = State()
message_id = State()
column = State()
value = State()