Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|
| 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):
|