diff --git a/src/qbot/__init__.py b/src/quickbot/__init__.py similarity index 100% rename from src/qbot/__init__.py rename to src/quickbot/__init__.py diff --git a/src/qbot/api_route/telegram.py b/src/quickbot/api_route/telegram.py similarity index 100% rename from src/qbot/api_route/telegram.py rename to src/quickbot/api_route/telegram.py diff --git a/src/qbot/auth/__init__.py b/src/quickbot/auth/__init__.py similarity index 100% rename from src/qbot/auth/__init__.py rename to src/quickbot/auth/__init__.py diff --git a/src/qbot/bot/command_context_filter.py b/src/quickbot/bot/command_context_filter.py similarity index 100% rename from src/qbot/bot/command_context_filter.py rename to src/quickbot/bot/command_context_filter.py diff --git a/src/qbot/bot/handlers/__init__.py b/src/quickbot/bot/handlers/__init__.py similarity index 100% rename from src/qbot/bot/handlers/__init__.py rename to src/quickbot/bot/handlers/__init__.py diff --git a/src/qbot/bot/handlers/common/filtering.py b/src/quickbot/bot/handlers/common/filtering.py similarity index 100% rename from src/qbot/bot/handlers/common/filtering.py rename to src/quickbot/bot/handlers/common/filtering.py diff --git a/src/qbot/bot/handlers/common/filtering_callbacks.py b/src/quickbot/bot/handlers/common/filtering_callbacks.py similarity index 100% rename from src/qbot/bot/handlers/common/filtering_callbacks.py rename to src/quickbot/bot/handlers/common/filtering_callbacks.py diff --git a/src/qbot/bot/handlers/common/pagination.py b/src/quickbot/bot/handlers/common/pagination.py similarity index 100% rename from src/qbot/bot/handlers/common/pagination.py rename to src/quickbot/bot/handlers/common/pagination.py diff --git a/src/qbot/bot/handlers/common/routing.py b/src/quickbot/bot/handlers/common/routing.py similarity index 100% rename from src/qbot/bot/handlers/common/routing.py rename to src/quickbot/bot/handlers/common/routing.py diff --git a/src/qbot/bot/handlers/context.py b/src/quickbot/bot/handlers/context.py similarity index 100% rename from src/qbot/bot/handlers/context.py rename to src/quickbot/bot/handlers/context.py diff --git a/src/qbot/bot/handlers/editors/boolean.py b/src/quickbot/bot/handlers/editors/boolean.py similarity index 100% rename from src/qbot/bot/handlers/editors/boolean.py rename to src/quickbot/bot/handlers/editors/boolean.py diff --git a/src/qbot/bot/handlers/editors/common.py b/src/quickbot/bot/handlers/editors/common.py similarity index 100% rename from src/qbot/bot/handlers/editors/common.py rename to src/quickbot/bot/handlers/editors/common.py diff --git a/src/qbot/bot/handlers/editors/date.py b/src/quickbot/bot/handlers/editors/date.py similarity index 100% rename from src/qbot/bot/handlers/editors/date.py rename to src/quickbot/bot/handlers/editors/date.py diff --git a/src/qbot/bot/handlers/editors/entity.py b/src/quickbot/bot/handlers/editors/entity.py similarity index 100% rename from src/qbot/bot/handlers/editors/entity.py rename to src/quickbot/bot/handlers/editors/entity.py diff --git a/src/qbot/bot/handlers/editors/main.py b/src/quickbot/bot/handlers/editors/main.py similarity index 100% rename from src/qbot/bot/handlers/editors/main.py rename to src/quickbot/bot/handlers/editors/main.py diff --git a/src/qbot/bot/handlers/editors/main_callbacks.py b/src/quickbot/bot/handlers/editors/main_callbacks.py similarity index 100% rename from src/qbot/bot/handlers/editors/main_callbacks.py rename to src/quickbot/bot/handlers/editors/main_callbacks.py diff --git a/src/qbot/bot/handlers/editors/string.py b/src/quickbot/bot/handlers/editors/string.py similarity index 100% rename from src/qbot/bot/handlers/editors/string.py rename to src/quickbot/bot/handlers/editors/string.py diff --git a/src/qbot/bot/handlers/editors/wrapper.py b/src/quickbot/bot/handlers/editors/wrapper.py similarity index 100% rename from src/qbot/bot/handlers/editors/wrapper.py rename to src/quickbot/bot/handlers/editors/wrapper.py diff --git a/src/qbot/bot/handlers/forms/entity_form.py b/src/quickbot/bot/handlers/forms/entity_form.py similarity index 100% rename from src/qbot/bot/handlers/forms/entity_form.py rename to src/quickbot/bot/handlers/forms/entity_form.py diff --git a/src/qbot/bot/handlers/forms/entity_form_callbacks.py b/src/quickbot/bot/handlers/forms/entity_form_callbacks.py similarity index 100% rename from src/qbot/bot/handlers/forms/entity_form_callbacks.py rename to src/quickbot/bot/handlers/forms/entity_form_callbacks.py diff --git a/src/qbot/bot/handlers/forms/entity_list.py b/src/quickbot/bot/handlers/forms/entity_list.py similarity index 100% rename from src/qbot/bot/handlers/forms/entity_list.py rename to src/quickbot/bot/handlers/forms/entity_list.py diff --git a/src/qbot/bot/handlers/menu/entities.py b/src/quickbot/bot/handlers/menu/entities.py similarity index 100% rename from src/qbot/bot/handlers/menu/entities.py rename to src/quickbot/bot/handlers/menu/entities.py diff --git a/src/qbot/bot/handlers/menu/language.py b/src/quickbot/bot/handlers/menu/language.py similarity index 100% rename from src/qbot/bot/handlers/menu/language.py rename to src/quickbot/bot/handlers/menu/language.py diff --git a/src/qbot/bot/handlers/menu/main.py b/src/quickbot/bot/handlers/menu/main.py similarity index 100% rename from src/qbot/bot/handlers/menu/main.py rename to src/quickbot/bot/handlers/menu/main.py diff --git a/src/qbot/bot/handlers/menu/parameters.py b/src/quickbot/bot/handlers/menu/parameters.py similarity index 100% rename from src/qbot/bot/handlers/menu/parameters.py rename to src/quickbot/bot/handlers/menu/parameters.py diff --git a/src/qbot/bot/handlers/menu/settings.py b/src/quickbot/bot/handlers/menu/settings.py similarity index 100% rename from src/qbot/bot/handlers/menu/settings.py rename to src/quickbot/bot/handlers/menu/settings.py diff --git a/src/qbot/bot/handlers/start.py b/src/quickbot/bot/handlers/start.py similarity index 100% rename from src/qbot/bot/handlers/start.py rename to src/quickbot/bot/handlers/start.py diff --git a/src/qbot/bot/handlers/user_handlers/main.py b/src/quickbot/bot/handlers/user_handlers/main.py similarity index 100% rename from src/qbot/bot/handlers/user_handlers/main.py rename to src/quickbot/bot/handlers/user_handlers/main.py diff --git a/src/qbot/config/__init__.py b/src/quickbot/config/__init__.py similarity index 100% rename from src/qbot/config/__init__.py rename to src/quickbot/config/__init__.py diff --git a/src/qbot/db/__init__.py b/src/quickbot/db/__init__.py similarity index 100% rename from src/qbot/db/__init__.py rename to src/quickbot/db/__init__.py diff --git a/src/qbot/fsm/db_storage.py b/src/quickbot/fsm/db_storage.py similarity index 100% rename from src/qbot/fsm/db_storage.py rename to src/quickbot/fsm/db_storage.py diff --git a/src/qbot/helpers/__init__.py b/src/quickbot/helpers/__init__.py similarity index 100% rename from src/qbot/helpers/__init__.py rename to src/quickbot/helpers/__init__.py diff --git a/src/qbot/main.py b/src/quickbot/main.py similarity index 100% rename from src/qbot/main.py rename to src/quickbot/main.py diff --git a/src/qbot/middleware/telegram/__init__.py b/src/quickbot/middleware/telegram/__init__.py similarity index 100% rename from src/qbot/middleware/telegram/__init__.py rename to src/quickbot/middleware/telegram/__init__.py diff --git a/src/qbot/middleware/telegram/auth.py b/src/quickbot/middleware/telegram/auth.py similarity index 100% rename from src/qbot/middleware/telegram/auth.py rename to src/quickbot/middleware/telegram/auth.py diff --git a/src/qbot/middleware/telegram/i18n.py b/src/quickbot/middleware/telegram/i18n.py similarity index 100% rename from src/qbot/middleware/telegram/i18n.py rename to src/quickbot/middleware/telegram/i18n.py diff --git a/src/qbot/middleware/telegram/reset_state.py b/src/quickbot/middleware/telegram/reset_state.py similarity index 100% rename from src/qbot/middleware/telegram/reset_state.py rename to src/quickbot/middleware/telegram/reset_state.py diff --git a/src/qbot/model/__init__.py b/src/quickbot/model/__init__.py similarity index 100% rename from src/qbot/model/__init__.py rename to src/quickbot/model/__init__.py diff --git a/src/qbot/model/_singleton.py b/src/quickbot/model/_singleton.py similarity index 100% rename from src/qbot/model/_singleton.py rename to src/quickbot/model/_singleton.py diff --git a/src/qbot/model/bot_entity.py b/src/quickbot/model/bot_entity.py similarity index 100% rename from src/qbot/model/bot_entity.py rename to src/quickbot/model/bot_entity.py diff --git a/src/qbot/model/bot_enum.py b/src/quickbot/model/bot_enum.py similarity index 100% rename from src/qbot/model/bot_enum.py rename to src/quickbot/model/bot_enum.py diff --git a/src/qbot/model/default_user.py b/src/quickbot/model/default_user.py similarity index 100% rename from src/qbot/model/default_user.py rename to src/quickbot/model/default_user.py diff --git a/src/qbot/model/descriptors.py b/src/quickbot/model/descriptors.py similarity index 100% rename from src/qbot/model/descriptors.py rename to src/quickbot/model/descriptors.py diff --git a/src/qbot/model/entity_metadata.py b/src/quickbot/model/entity_metadata.py similarity index 100% rename from src/qbot/model/entity_metadata.py rename to src/quickbot/model/entity_metadata.py diff --git a/src/qbot/model/fsm_storage.py b/src/quickbot/model/fsm_storage.py similarity index 100% rename from src/qbot/model/fsm_storage.py rename to src/quickbot/model/fsm_storage.py diff --git a/src/qbot/model/language.py b/src/quickbot/model/language.py similarity index 100% rename from src/qbot/model/language.py rename to src/quickbot/model/language.py diff --git a/src/qbot/model/role.py b/src/quickbot/model/role.py similarity index 100% rename from src/qbot/model/role.py rename to src/quickbot/model/role.py diff --git a/src/qbot/model/settings.py b/src/quickbot/model/settings.py similarity index 100% rename from src/qbot/model/settings.py rename to src/quickbot/model/settings.py diff --git a/src/qbot/model/user.py b/src/quickbot/model/user.py similarity index 100% rename from src/qbot/model/user.py rename to src/quickbot/model/user.py diff --git a/src/qbot/model/view_setting.py b/src/quickbot/model/view_setting.py similarity index 100% rename from src/qbot/model/view_setting.py rename to src/quickbot/model/view_setting.py diff --git a/src/qbot/router.py b/src/quickbot/router.py similarity index 100% rename from src/qbot/router.py rename to src/quickbot/router.py diff --git a/src/qbot/utils/main.py b/src/quickbot/utils/main.py similarity index 100% rename from src/qbot/utils/main.py rename to src/quickbot/utils/main.py diff --git a/src/qbot/utils/navigation.py b/src/quickbot/utils/navigation.py similarity index 100% rename from src/qbot/utils/navigation.py rename to src/quickbot/utils/navigation.py diff --git a/src/qbot/utils/serialization.py b/src/quickbot/utils/serialization.py similarity index 100% rename from src/qbot/utils/serialization.py rename to src/quickbot/utils/serialization.py