NeoPy commited on
Commit
033b6f2
·
verified ·
1 Parent(s): 9260206

Update cover.py

Browse files
Files changed (1) hide show
  1. cover.py +1 -1
cover.py CHANGED
@@ -225,7 +225,7 @@ async def handle_message(update: Update, context: ContextTypes.DEFAULT_TYPE):
225
 
226
  # Main function to run the bot
227
  def main():
228
- bot_token = os.environ.get("TELEGRAM_BOT_TOKEN")
229
  if not bot_token:
230
  raise ValueError("Bot token not found. Set the TELEGRAM_BOT_TOKEN environment variable.")
231
 
 
225
 
226
  # Main function to run the bot
227
  def main():
228
+ bot_token = print("token:")
229
  if not bot_token:
230
  raise ValueError("Bot token not found. Set the TELEGRAM_BOT_TOKEN environment variable.")
231