omar1232 commited on
Commit
affb65c
·
verified ·
1 Parent(s): 03ec72b

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 = "PUT_YOUR_VALID_TELEGRAM_BOT_TOKEN_HERE" # Replace this with your real bot token
8
 
9
  # Simple 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
  # Simple Telegram command handler
10
  async def start(update: Update, context: ContextTypes.DEFAULT_TYPE):