Skip to content

Commit

Permalink
fix: error if first time fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyreplus committed Nov 14, 2024
1 parent e52795f commit 33993ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ async def deep_linked_level_1(update: Update, context: ContextTypes.DEFAULT_TYPE
user_mail = user_mail.replace("___", ".")
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")
await update.message.reply_text("Attenzione: utilizza il comando /ore altrimenti contatta lo staff IT")
return
add_user_to_db(user_id, user_mail)

Expand Down

0 comments on commit 33993ba

Please sign in to comment.