Update GTbot.py

This commit is contained in:
driftywinds
2025-05-12 10:42:25 +00:00
parent ea70173bfa
commit ee464ce2d0

View File

@@ -15,7 +15,7 @@ load_dotenv()
# Configuration
API_BASE_URL = os.getenv("API_BASE_URL") # Configure in .env
BEARER_TOKEN = os.getenv("BEARER_TOKEN") # Configure in .env
TELEGRAM_TOKEN = os.getenv("TELEGRAM_TOKEN") # Configure in .env
TELEGRAM_TOKEN = os.getenv("TELEGRAM_TOKEN2") # Configure in .env
ALLOWED_CHAT_ID = int(os.getenv("ALLOWED_CHAT_ID")) # Configure in .env
ALLOWED_THREAD_ID = int(os.getenv("ALLOWED_THREAD_ID")) # Configure in .env