Answer the question
In order to leave comments, you need to log in
Why doesn't the python pyTelegramBotAPI bot work?
Why doesn't the python pyTelegramBotAPI bot work?
the code:
import telebot
bot = telebot.TeleBot("TOKEN")
@bot.message_handler(commands=['start'])
def send_welcome(message):
bot.reply_to(message, "Howdy, how are you doing?")
bot.polling()
Answer the question
In order to leave comments, you need to log in
Most likely the telebot library is installed.
So:
pip uninstall telebot
pip install pytelegrambotapi
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question