1
@bot.message_handler(commands=[" "])
def send_command(message):
    bot.send_message(message,"message")

For a bot, how could I use a special function in the code above?

While True:
     Time.sleep(1)
     bot.SendMessage(234235234543453, "message")
Jhon Oliver
  • 149
  • 6

0 Answers0