You've already forked Travel-Agent
chore: Improvements in User database structure
This commit is contained in:
+2
-2
@@ -13,9 +13,9 @@ class UserRegistration(StatesGroup):
|
||||
|
||||
|
||||
class UserAltering(StatesGroup):
|
||||
column = State()
|
||||
value = State()
|
||||
profile_message_id = State()
|
||||
input_message_id = State()
|
||||
error_message_id = State()
|
||||
successfully = State()
|
||||
column = State()
|
||||
value = State()
|
||||
|
||||
Reference in New Issue
Block a user