diff --git a/examples/echo_bot.py b/examples/echo_bot.py index d3538a8..4d0aebc 100644 --- a/examples/echo_bot.py +++ b/examples/echo_bot.py @@ -9,7 +9,7 @@ bot = telebot.TeleBot(API_TOKEN) # Handle '/start' and '/help' -@bot.message_handler(commands=['help, start']) +@bot.message_handler(commands=['help', 'start']) def send_welcome(message): bot.reply_to(message, """\ Hi there, I am EchoBot.