omar1232 commited on
Commit
7d6aec7
·
verified ·
1 Parent(s): 431b370

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from telegram import Update
4
  from telegram.ext import ApplicationBuilder, CommandHandler, ContextTypes
5
 
6
  # ====== Telegram Bot Setup ======
7
- TELEGRAM_TOKEN = "8030235633:AAHKvxM9Nzp0DkxfdotMux3572tC_5CGEUAE" # Replace this with your real bot token
8
 
9
  # Telegram command handler
10
  async def start(update: Update, context: ContextTypes.DEFAULT_TYPE):
 
4
  from telegram.ext import ApplicationBuilder, CommandHandler, ContextTypes
5
 
6
  # ====== Telegram Bot Setup ======
7
+ TELEGRAM_TOKEN = "8030235633:AAHKvxM9Nzp0DkxfdotMux3572tC_5CGEUA" # Replace this with your real bot token
8
 
9
  # Telegram command handler
10
  async def start(update: Update, context: ContextTypes.DEFAULT_TYPE):