Skip to content

Commit

Permalink
fix: change data check message
Browse files Browse the repository at this point in the history
  • Loading branch information
R1D3R175 committed Nov 11, 2023
1 parent 3817cc6 commit a8c7f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/commands/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async def login(update: Update, context: ContextTypes.DEFAULT_TYPE) -> None:
chat_id=update.effective_chat.id,
text="Utilizzo sbagliato. /login <email>"
)

return

email = args[0]
Expand Down Expand Up @@ -62,7 +62,7 @@ async def login(update: Update, context: ContextTypes.DEFAULT_TYPE) -> None:

await context.bot.send_message(
chat_id=update.effective_chat.id,
text="Sei gia' registrato! Controllo se il chat_id corrisponde..."
text="Sei gia' registrato! Controllo se i dati corrispondono..."
)

if result.chat_id != update.effective_chat.id:
Expand Down

0 comments on commit a8c7f9d

Please sign in to comment.