0

i install telegram anti spam python bot on codeanywhere but that bot Turns off every 2 hours. Is there a command to turn the robot back on after turning off?

a. dodss
  • 1
  • 1
  • Maybe just `/start`? To me (and obviously also others, like @Sean), your problem is hard to understand. Please ask more clearly. – nostradamus Sep 20 '17 at 07:22

1 Answers1

0

Use loop inside code.

while True:
    // runbot
Sean Wei
  • 7,433
  • 1
  • 19
  • 39