Answer the question
In order to leave comments, you need to log in
PyTelegramBotAPI SyntaxError how to fix?
i have this code
import telebot
import config
bot = telebot.TeleBot(config.TOKEN)
bot.message_handler(content_types=['text'])
def lapochka(message):
bot.send_message(message.chat.id, message.text)
bot.polling(none_stop=True)
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