TrueWinter / DiscordBot

My Discord bot. Development has been stopped
https://blog.truewinter.dev/2020/04/09/development-and-support-for-my-discord-bot-has-been-stopped
Apache License 2.0
46 stars 42 forks source link

Add support for Glitch #7

Closed TrueWinter closed 7 years ago

TrueWinter commented 7 years ago

Add support for hosting the bot on Glitch.com

TrueWinter commented 7 years ago

Support for it coming soon with #8...

TrueWinter commented 7 years ago

Going to take a bit longer. Note to self: Don't run commands if you are not sure what exactly they do

TrueWinter commented 7 years ago

I think I have restored a dev version of the bot to it's previous state (of actually having code and the edits made to the code to ensure that it functions).

TrueWinter commented 7 years ago

This bot may not be able to run on Glitch due to the fact that it requires a file system that it can actually write to that will not be reset on restart. https://support.glitch.com/t/storage-persistence-database-suggestions/121/7 I seem to have been mistaken with this. I currently run a development version of the bot on Glitch. Will not need to add much support for it in the code.

Closing this issue and moving the project card to Won't Do for this reason. Glitch is not made to host a production system. It is for developing Node.JS apps in an online IDE. It may be able to host a simple app but it's not actually intended for this purpose.