Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
import telebot bot = telebot.TeleBot("token") @bot.message_handlers(commands=['start']) def welcome_cmd(message): bot.send_message(message.chat.id, "Приветствую тебя!") bot.polling(none_stop=True)
@bot.message_handlers
@bot.message_handler