Answer the question
In order to leave comments, you need to log in
Python telebot error, what to do?
Hello everyone, I ran into such a problem, Telebot just stopped working.
Even such a bot does not launch:
import telebot
bot = telebot.TeleBot('*****56474:*********WYdV_7VqtYx_MXW7cp3_c')
@bot.message_handler(commands=['start'])
def start_message(message):
bot.send_message(message.chat.id, 'Привет, ты нажал START')
@bot.message_handler(commands=['help'])
def start_message(message):
bot.send_message(message.chat.id, 'Привет, ты нажал HELP')
bot.polling()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question