Skip to content

Commit

Permalink
minor minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyreplus committed Nov 14, 2024
1 parent 21e061e commit fbfd8db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ async def deep_linked_level_1(update: Update, context: ContextTypes.DEFAULT_TYPE
user_mail = ""
user_id = update.message.chat_id
if context.args:
print("Il context arg è " + str(context.args))
user_mail = f"{context.args[0]}"
await update.message.reply_text(f"Sei autenticat*. La tua email è {user_mail}@eagletrt.it!")
else:
Expand Down

0 comments on commit fbfd8db

Please sign in to comment.