Commit graph

19 commits

Author SHA1 Message Date
fb38655010 Hotfix: change chat_type for cmd_start 2025-10-21 00:12:56 +05:00
f7cb74e4c2 Fix [bot]: delete on_startup func, add place for database service
on_startup func: doesn't work, removed.
2025-10-21 00:09:20 +05:00
9c7a8bf2a2 Add [test commands]: add test commands for bot 2025-10-21 00:08:43 +05:00
800f4bb427 Add [handlers utils]: add handlers filters & router registry 2025-10-21 00:03:43 +05:00
07ac2614ab Add [custom types]: add ChatType, HandlerMeta, HandlerType 2025-10-21 00:01:56 +05:00
82339dcddf Add [bot]: add handlers & middlewares connect funcs
Handlers: add connect_handlers func, add RouterRegistry utile
Middlewares: add connect_middlewares func
Bot: update start_bot func
2025-10-20 15:43:47 +05:00
e127179aa5 Replace [handlers]: replace handlers utils to new module 2025-10-20 15:41:57 +05:00
756de23bcf Add [bot]: add dispatcher for polling the bot 2025-10-19 18:01:25 +05:00
eb68808880 Refactor: rename database dir (db -> database) 2025-10-19 17:59:22 +05:00
e79e8b5823 Add [locale]: add RU & EN locales dirs 2025-10-19 17:55:37 +05:00
ea7253bc78 Add [env flag]: add flag for listening aiogram logs 2025-10-19 02:21:32 +05:00
c4bc872f66 Refactor code using ruff & pyrefly 2025-10-19 02:15:32 +05:00
1de731d7bc Add [bot start]: add bot_token to start_bot & configure logger 2025-10-19 02:11:54 +05:00
a8d1104bbd Add [logger]: replace config settings & add logger settings 2025-10-19 02:10:05 +05:00
fc3748f49f Add [config]: add pydantic config 2025-10-19 00:34:08 +05:00
f4dca4171e Hotfix [imports]: fix first-party imports error 2025-10-18 23:16:38 +05:00
0c7a537502 Add [architecture]: add base src/ project arch 2025-10-18 22:40:10 +05:00
97d971b826 Fix: fix template's configs 2025-10-16 00:07:30 +05:00
5e33999306 Initial commit 2025-10-15 23:59:31 +05:00