feat: Added travel deletion and added ability to add locations

This commit is contained in:
ITQ
2024-03-25 02:51:25 +03:00
parent dd16eda94a
commit 65719a61ef
9 changed files with 520 additions and 42 deletions
+11
View File
@@ -17,3 +17,14 @@ class TravelAlteringState(StatesGroup):
travel_id = State()
column = State()
value = State()
class CreateLocationState(StatesGroup):
temp_location_message_id = State()
error_message_id = State()
travel_id = State()
location = State()
temp_location = State()
location = State()
date_start = State()
date_end = State()