From 91aab39b5f15499c9649ab40bdeb8a6589626e1b Mon Sep 17 00:00:00 2001 From: Gabriele De Rosa Date: Sat, 30 Jan 2021 14:57:31 +0100 Subject: [PATCH] Minor --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 2d12251..8289c77 100644 --- a/bot.py +++ b/bot.py @@ -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"