Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from telegram.ext import ApplicationBuilder, CommandHandler, ContextTypes
|
|
| 6 |
|
| 7 |
# ====== Telegram Bot Setup ======
|
| 8 |
|
| 9 |
-
TELEGRAM_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):
|