error in the attempt to be put on the monitor

When I threw my bot with github, everything worked like the bot itself. When I want to put it on the monitor to be active 24/7 I get an error and the bot is not turned onimage

Hey @SAHDIAF, welcome to the Glitch forum!

I took a quick look at your bot, and it seems to be properly started right now. To use UptimeRobot or something similar to keep your bot alive you need to configure your project to have a webpage that UptimeRobot can ping, and I don’t think yours is set up that way. If you add Express to your package.json file, this sample express config might help get you where you need to get.

Hope this helps!