chore: Global project refactoring

This commit is contained in:
ITQ
2024-03-23 10:47:39 +03:00
parent 1802ce81b0
commit 7b28635f09
21 changed files with 143 additions and 116 deletions
+3 -4
View File
@@ -38,10 +38,9 @@ async def main() -> None:
profile_command.router,
create_travel_command.router,
travels_command.router,
menu.router, # type: ignore
profile.router, # type: ignore
travels.router, # type: ignore
menu.router,
profile.router,
travels.router,
)
await bot.delete_webhook(drop_pending_updates=True)