I'm going to be rewriting ketchupbot-discord in c#, and in order to allow ketchupbot-discord to make updates on its own, we need to separate things into the following order:
ketchupbot-standalone
This is the application & main interface for running ketchupbot
ketchupbot-updater
This will be a class library, and serve as a framework for providing ketchupbot functionality
ketchupbot-discord
The discord bot side of things. Can manually update ships, etc
I'm going to be rewriting ketchupbot-discord in c#, and in order to allow ketchupbot-discord to make updates on its own, we need to separate things into the following order: