baha-99 commited on
Commit
540450b
·
1 Parent(s): 592b3e4
Files changed (1) hide show
  1. bot_telegram.py +1 -0
bot_telegram.py CHANGED
@@ -124,6 +124,7 @@ class TelegramBot:
124
  else:
125
  await update.message.reply_text("❌ You are not authenticated. Please type /start to authenticate and then enter the password.")
126
 
 
127
  async def check_password(self, update: Update, context: CallbackContext):
128
  """Checks if the password is correct and authenticates the user."""
129
  user_id = update.message.from_user.id
 
124
  else:
125
  await update.message.reply_text("❌ You are not authenticated. Please type /start to authenticate and then enter the password.")
126
 
127
+
128
  async def check_password(self, update: Update, context: CallbackContext):
129
  """Checks if the password is correct and authenticates the user."""
130
  user_id = update.message.from_user.id