This commit is contained in:
2026-01-02 21:06:58 +03:00
parent 9613ecee54
commit aeeaee4add
24 changed files with 320 additions and 146 deletions
@@ -1,5 +1,6 @@
from aiogram import Bot
from aiogram.types import BotCommand, BotCommandScopeAllPrivateChats, BotCommandScopeChat
from aiogram.types import (BotCommand, BotCommandScopeAllPrivateChats,
BotCommandScopeChat)
from trudex.infrastructure.database.repo.user import UserRepository
from trudex.infrastructure.utils.config import Config