Почему пишет что в telebot нету атрибута message_handler?
При попытке запустить бота на telebot у меня пишет такую ошибку:
Traceback (most recent call last):
File "/root/SpamTG/main.py", line 17, in <module>
@bot.message_handler(commands=["start"])
AttributeError: 'TeleBot' object has no attribute 'message_handler'