main functional bot. BugFixing required

This commit is contained in:
2025-08-17 16:16:49 +09:00
parent 8e782bd741
commit 43dda889f8
3 changed files with 332 additions and 88 deletions

View File

@@ -3,6 +3,7 @@ from datetime import datetime
from sqlalchemy import ForeignKey, String, BigInteger, Boolean, UniqueConstraint, func, DateTime
from sqlalchemy.orm import Mapped, mapped_column, relationship
from app.db.session import Base
from app.models.user import User # Добавляем импорт User
class Channel(Base):
__tablename__ = "channels"