You've already forked Travel-Agent
feat: Added ability to change travel
This commit is contained in:
@@ -7,3 +7,13 @@ class TravelCreationState(StatesGroup):
|
||||
error_message_id = State()
|
||||
title = State()
|
||||
description = State()
|
||||
|
||||
|
||||
class TravelAlteringState(StatesGroup):
|
||||
travel_message_id = State()
|
||||
input_message_id = State()
|
||||
error_message_id = State()
|
||||
successfully = State()
|
||||
travel_id = State()
|
||||
column = State()
|
||||
value = State()
|
||||
|
||||
Reference in New Issue
Block a user