From 33993ba8eccab28e63e0bb41170d735b096df9e2 Mon Sep 17 00:00:00 2001 From: Lyreplus Date: Thu, 14 Nov 2024 17:34:52 +0100 Subject: [PATCH] fix: error if first time fixed --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 7227161..dd9442b 100644 --- a/bot.py +++ b/bot.py @@ -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)