1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Fixed message

This commit is contained in:
Steffo 2017-03-13 15:32:51 +01:00
parent 3d52abbae0
commit 681fb328de

View file

@ -30,7 +30,7 @@ Sintassi: `/diario <frase>`"""
await update.message.reply(bot, "⚠ Non sei autorizzato a eseguire questo comando.", parse_mode="Markdown")
return
if len(arguments) == 0:
await update.message.reply(bot, "⚠ Sintassi del comando non valida.\n`/diario <random | numerofrase>`", parse_mode="Markdown")
await update.message.reply(bot, "⚠ Sintassi del comando non valida.\n`/diario <random | markov | numerofrase>`", parse_mode="Markdown")
return
entry = " ".join(arguments)
if not entry.isprintable():