From 50258b57eddae6383128dd5d5954375645264cff Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 22 Sep 2016 23:03:33 +0200 Subject: [PATCH] Corretto un messaggio di errore --- bot.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index 572e5bb2..f8743851 100644 --- a/bot.py +++ b/bot.py @@ -406,8 +406,9 @@ def diario(): telegram.sendmessage("Aggiunto al diario RYG.", sentin, source) else: telegram.sendmessage(chr(9888) + " Errore nella scrittura del messaggio.\n" - "Visto che non ho la minima idea delle assurdita che ho scritto qui, " - "potresti provare a togliere le emoji.", sentin, source) + "Il messaggio non รจ compatibile con il diario.\n" + "Probabilmente contiene emoji o caratteri speciali non visualizzabili.", + sentin, source) else: telegram.sendmessage(chr(9888) + " Non hai scritto niente sul diario!\n" "Sintassi corretta: /diario _quello che vuoi scrivere_",