1
1
mirror of https://github.com/derogab/ITAvsCOVIDbot synced 2024-12-28 16:30:39 +01:00
This commit is contained in:
Gabriele De Rosa 2021-01-30 14:57:31 +01:00
parent 6863ba9dc2
commit 91aab39b5f

2
bot.py
View File

@ -160,7 +160,7 @@ def help(update, context):
help_msg = "_Lista dei comandi_ \n\n"
help_msg += "/start - Avvia il bot \n"
help_msg += "/get - Ricevi i dati aggiornati \n"
help_msg += "/news `ON`/`OFF` - Attiva o Disattiva le notifiche giornaliere \n"
help_msg += "/news ON/OFF - Attiva o Disattiva le notifiche giornaliere \n"
help_msg += "/help - Messaggio di aiuto \n"
help_msg += "/info - Informazioni su questo bot \n"
help_msg += "/stop - Disattiva il bot \n"