Spaces:
Paused
Paused
Update bot.py
Browse files
bot.py
CHANGED
|
@@ -21,7 +21,7 @@ async def echo(update: Update, context: ContextTypes.DEFAULT_TYPE) -> None:
|
|
| 21 |
# Define a main function to run the bot
|
| 22 |
def main():
|
| 23 |
# Replace 'YOUR_BOT_TOKEN' with your bot's token from BotFather
|
| 24 |
-
BOT_TOKEN = '8046464181:AAEhWZa1_xbXFMPSmRGfrkJ4x7PZsGIwpRA
|
| 25 |
|
| 26 |
# Create the Application
|
| 27 |
application = ApplicationBuilder().token(BOT_TOKEN).build()
|
|
|
|
| 21 |
# Define a main function to run the bot
|
| 22 |
def main():
|
| 23 |
# Replace 'YOUR_BOT_TOKEN' with your bot's token from BotFather
|
| 24 |
+
BOT_TOKEN = '8046464181:AAEhWZa1_xbXFMPSmRGfrkJ4x7PZsGIwpRA'
|
| 25 |
|
| 26 |
# Create the Application
|
| 27 |
application = ApplicationBuilder().token(BOT_TOKEN).build()
|