Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyreplus committed Nov 14, 2024
1 parent 95ffabd commit 8fac2da
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 @@ -169,6 +169,7 @@ async def deep_linked_level_1(update: Update, context: ContextTypes.DEFAULT_TYPE
user_id = update.message.chat_id
if context.args:
user_mail = context.args
await update.message.reply_text(f"Sei autenticat*. La tua email è {user_mail}@eagletrt.it!")
else:
await update.message.reply_text("Attenzione: non sei autenticat*. Contatta lo staff IT")
return
Expand Down

0 comments on commit 8fac2da

Please sign in to comment.