Ошибка TypeError: 'list' object is not callable python
import telebot
bot = telebot.TeleBot('')
@bot.message_handlers(command=['start'])
def main(message):
bot.send_message(message.chat.id, 'саламалейкум')
Источник: Stack Overflow на русском