diff --git a/bots.py b/bots.py index edfc7424..88174ec5 100644 --- a/bots.py +++ b/bots.py @@ -28,4 +28,6 @@ if __name__ == "__main__": except KeyboardInterrupt: if platform.system() == "Linux": os.system("reset") + print("Stopping...") discord_telegram_pipe[0].send("stop") + time.sleep(30) \ No newline at end of file