Выдает ошибку: AttributeError: module 'telebot' has no attribute 'TeleBot'

Написал бота, загрузил на pythonanywhere.com, пишет ошибку:

Traceback (most recent call last):
  File "/home/Qwertyus/bot.py", line 7, in <module>
    bot = telebot.TeleBot('token')
AttributeError: module 'telebot' has no attribute 'TeleBot'

Модуль устанавливался через команду pip3 install pyTelegramBotAPI

Код подключения:

import telebot

bot = telebot.TeleBot('token')

Ответы (0 шт):