Skip to content

Commit 89199d1

Browse files
committed
change bot folder
1 parent 4ae37cb commit 89199d1

File tree

16 files changed

+12
-12
lines changed

16 files changed

+12
-12
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

configs/config.py renamed to bot/configs/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
class App(BaseSettings):
8-
port: int = 80
8+
port: int = 8080
99
url: str = 'https://my.domain'
1010
webhook_path: str = '/webhook/tg'
1111

File renamed without changes.

handlers/handlers.py renamed to bot/handlers/handlers.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
from aiogram.fsm.context import FSMContext
66
from aiogram.types import Message, CallbackQuery
77

8-
from callbacks.callback import SaveCallbackFactory
9-
from keyboards.keyboards import Keyboards
10-
from services.bot_service import BotService
11-
from states.bot_state import BotState
8+
from bot.callbacks.callback import SaveCallbackFactory
9+
from bot.keyboards.keyboards import Keyboards
10+
from bot.services.bot_service import BotService
11+
from bot.states.bot_state import BotState
1212

1313

1414
class Handlers:
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)