Update DMbot.py

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

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_TOKEN1") # Configure in .env
# UUID validation pattern
UUID_PATTERN = re.compile(r'^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$')