This commit is contained in:
2026-02-20 08:34:50 +07:00
parent 5aca4e8438
commit 4d1b8911b3
4 changed files with 274 additions and 162 deletions

View File

@@ -26,6 +26,7 @@ class _Settings(BaseSettings):
# Параметры сообщений
PARSE_MODE: str = "HTML"
PREFIX: str = "/!.&?"
LOG_LEVEL: str = "TRACE"
# Разрешения и логирование
BOT_EDIT: bool = False