408 error but bot working

Hi @Daksh777 what you’re running into here is that you don’t have anything listening for the pings from UptimeRobot. It’s pretty common in Glitch to use Express for this kind of thing, and this sample express config is a good starting point. Adding that (and adding Express to your package.json file) will mean that https://raelynnlilaah-vulnix-1.glitch.me/ will start responding to requests from UptimeRobot and that will keep your bot running.

Hope this helps!