🚀 Auto-deploy: BotVPS atualizado em 27/03/2026 16:54:14

This commit is contained in:
2026-03-27 16:54:14 +00:00
parent 67dbd9079d
commit 15a777acbd
4 changed files with 58 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ load_dotenv()
# Configurações obtidas do .env
TOKEN = os.getenv("TELEGRAM_BOT_TOKEN")
ALLOWED_USER_ID = os.getenv("TELEGRAM_CHAT_ID")
API_BASE_URL = "https://claw.reifonas.cloud"
API_BASE_URL = "http://localhost:8000"
# O ID permitido deve ser comparado como string ou int, padronizando aqui
if ALLOWED_USER_ID: