Closed gg-sfwrgfewrg closed 4 years ago
Yes, I can confirm that the bot runs on Glitch. Not sure how easy it will be to manage there, but the process runs and it responds to commands.
Update : after digging a bit more into how Glitch works, I can say that it's not the ideal place to host the bot. AFAIK Glitch isn't really intended for hosting, more for development. Glitch will autostart the bot via package.json's default script system, which in this case is "node start", but I have no idea how long it will keep the container alive for. Glitch autosleeps containers after 5 minutes apparently. So, use at your own risk.
can i host it on glitch??