shukriadams / discord-giveawaybot

A Discord bot that gives games away. Written in NodeJS.
MIT License
30 stars 22 forks source link

can i host it on glitch? #23

Closed gg-sfwrgfewrg closed 4 years ago

gg-sfwrgfewrg commented 4 years ago

can i host it on glitch??

shukriadams commented 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.