Update GTbot.py
This commit is contained in:
2
GTbot.py
2
GTbot.py
@@ -15,7 +15,7 @@ load_dotenv()
|
|||||||
# Configuration
|
# Configuration
|
||||||
API_BASE_URL = os.getenv("API_BASE_URL") # Configure in .env
|
API_BASE_URL = os.getenv("API_BASE_URL") # Configure in .env
|
||||||
BEARER_TOKEN = os.getenv("BEARER_TOKEN") # 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_CHAT_ID = int(os.getenv("ALLOWED_CHAT_ID")) # Configure in .env
|
||||||
ALLOWED_THREAD_ID = int(os.getenv("ALLOWED_THREAD_ID")) # Configure in .env
|
ALLOWED_THREAD_ID = int(os.getenv("ALLOWED_THREAD_ID")) # Configure in .env
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user