I want clients to be able to stop a bot, and after a while start it again. If I use stop() function, and then start() function again, it no longer receives any updates. I don't want to use restart(), because restart starts straight away, which is not what I want? How can you suggest I fix this issue?
Asked
Active
Viewed 14 times
0
-
Perhaps you want to implement a `pause()` and `unpause()` instead of starting and stopping the program. – jordanm Aug 26 '23 at 16:31
-
yeah, exactly, so the question is, is it already implemented and I don't see it? – Efim Rubin Aug 26 '23 at 17:14