xfasfadgagsg commited on
Commit
a1673c4
·
verified ·
1 Parent(s): 1ff776b

Update telegram_bot.py

Browse files
Files changed (1) hide show
  1. telegram_bot.py +1 -1
telegram_bot.py CHANGED
@@ -3,7 +3,7 @@ from telegram.ext import Application, CommandHandler, ContextTypes
3
  import os
4
 
5
  # Set your bot token and web app URL here
6
- BOT_TOKEN = os.getenv("BOT_TOKEN", None)
7
  WEB_APP_URL = os.getenv("WEB_APP_URL", "https://xfasfadgagsg-miniwebapp.hf.space") # Replace with your actual Hugging Face Space URL
8
 
9
  async def start(update: Update, context: ContextTypes.DEFAULT_TYPE):
 
3
  import os
4
 
5
  # Set your bot token and web app URL here
6
+ BOT_TOKEN = os.getenv("BOT_TOKEN",)
7
  WEB_APP_URL = os.getenv("WEB_APP_URL", "https://xfasfadgagsg-miniwebapp.hf.space") # Replace with your actual Hugging Face Space URL
8
 
9
  async def start(update: Update, context: ContextTypes.DEFAULT_TYPE):