mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
Fixed message
This commit is contained in:
parent
3d52abbae0
commit
681fb328de
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Sintassi: `/diario <frase>`"""
|
||||||
await update.message.reply(bot, "⚠ Non sei autorizzato a eseguire questo comando.", parse_mode="Markdown")
|
await update.message.reply(bot, "⚠ Non sei autorizzato a eseguire questo comando.", parse_mode="Markdown")
|
||||||
return
|
return
|
||||||
if len(arguments) == 0:
|
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
|
return
|
||||||
entry = " ".join(arguments)
|
entry = " ".join(arguments)
|
||||||
if not entry.isprintable():
|
if not entry.isprintable():
|
||||||
|
|
Loading…
Reference in a new issue