omar1232 commited on
Commit
3ff5eb9
·
verified ·
1 Parent(s): 7c0956d

Update app.py

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