Discord bot shuts off as soon as I close the tab even when using uptime reboot


heres my project that i was originally hosting of my macs terminal but decided to put on glitch it works when I open up terminal and enter node app.js but as soon as I close the terminal the bot goes offline even tho Im using uptime reboot pls help

1 Like

Check your uptime robot settings and make sure it was not ip banned from discord.

Try using Uptime Doctor. It is a better service, you can ping your project every one minute.

And make sure your project is alive on Discord Developer portal. Donโ€™t forget to check your email about your app which sent by Discord.

Did you find a proper solution to this? I have the same problem with mine right now.

Youโ€™re not supposed to open the glitch terminal and run the bot from there. Instead setup a package.json for node or glitch.json for other languages. The glitch terminal is meant to be like a terminal so it should stop all processes when closed just like a local one. In fact, this is the default behavior for accessing remote termianls via ssh.

1 Like