slimshadow commited on
Commit
5323463
·
verified ·
1 Parent(s): d55d6b9

Update bot.py

Browse files
Files changed (1) hide show
  1. bot.py +1 -1
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()