Why does the program shut down by itself?

I’m operating a Discord bot here, but the program stops on its own, however, it should be running continuously. What can I do?

To ensure that your repl is always on, you can set your repl to always on (it costs 20 cycles per day, and the repl can also be turned off). Or you can use UptimeRobot: https://replit.com/talk/learn/How-to-use-and-setup-UptimeRobot/9003 .

1 Like

Always On does turn off if the repl is inactive to save resources.
@FriiPentaliz If you want your repl to really never stop, try deploying your repl instead.