Создание списка команд
All checks were successful
CI / basic-checks (push) Successful in 11s

This commit is contained in:
2025-12-08 19:00:02 +07:00
parent 6cae88e362
commit 5150846189
3 changed files with 60 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ class _Settings(BaseSettings):
)
BOT_TOKEN: Optional[str] = None
PREFIX: Optional[str] = '!'
PREFIX: Optional[str] = '/'
WELCOME_CHANNEL_ID: int = 0
ADMIN_ROLE_NAME: str = "Администратор"