You've already forked Travel-Agent
feat: Added edit profile func
This commit is contained in:
+3
-1
@@ -12,4 +12,6 @@ class RegistrationForm(StatesGroup):
|
||||
|
||||
|
||||
class UserAltering(StatesGroup):
|
||||
new_value = State()
|
||||
message_id = State()
|
||||
column = State()
|
||||
value = State()
|
||||
|
||||
Reference in New Issue
Block a user