- deVstvenik
- Автор темы
- Халявщик
- 0
как сделать так чтобы эта часть работала?
@bot.message_handler(commands=['help'])
def welcome_help(message):
bot.send_message(message.chat.id, 'Чем я могу тебе помочь')
@bot.message_handler(commands=['help'])
def welcome_help(message):
bot.send_message(message.chat.id, 'Чем я могу тебе помочь')