Ошибка 400 в написании телеграм бота
Вот команда:
import telebot
token = ('Тут мой токен')
bot=telebot.TeleBot (token)
@bot.message_handler(commands=['start'])
def start(message):
bot.send_message(message.chat.id, "<b>Привки<b>/", parse_mode='html')
bot.polling(none_stop=True)
И вот ошибка:
2022-05-04 10:10:03,024 (init.py:648 MainThread) ERROR - TeleBot: "A request to the Telegram API was unsuccessful. Error code: 400. Description: Bad Request: can't parse entities: Can't find end tag corresponding to start tag b"