mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Все подряд
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
"""Bot-specific configuration"""
|
||||
from ..config import settings
|
||||
import os
|
||||
from dotenv import load_dotenv
|
||||
|
||||
load_dotenv()
|
||||
|
||||
BOT_TOKEN = settings.bot_token
|
||||
CHAT_ID = settings.chat_id
|
||||
|
||||
# Telegram API credentials
|
||||
API_ID = os.getenv('TELEGRAM_API_ID')
|
||||
API_HASH = os.getenv('TELEGRAM_API_HASH')
|
||||
|
||||
# Request status constants
|
||||
class RequestStatus:
|
||||
"""Constants for request statuses"""
|
||||
|
Reference in New Issue
Block a user