From d20f0c3569cf34b7137866e706b2917f281bd077 Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Wed, 29 Apr 2026 11:01:50 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Auto-deploy:=20BotVPS=20atualiza?= =?UTF-8?q?do=20em=2029/04/2026=2011:01:50?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bridge_telegram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_telegram.py b/bridge_telegram.py index 6b29f68..264bf1c 100644 --- a/bridge_telegram.py +++ b/bridge_telegram.py @@ -3,7 +3,7 @@ import logging import httpx import asyncio from telegram import Update -from telegram.ext import ApplicationBuilder, ContextTypes, MessageHandler, filters +from telegram.ext import ApplicationBuilder, ContextTypes, MessageHandler, CommandHandler, filters from dotenv import load_dotenv # Carrega as variáveis do arquivo .env