mpsparrow / applesauce

Applesauce is a lightweight Discord bot that provides a plugin management framework to enable powerful modular configurations
https://applesauce.site
GNU General Public License v3.0
4 stars 0 forks source link

run on multiple servers #19

Closed mpsparrow closed 4 years ago

mpsparrow commented 5 years ago

I probably won't get around to this anytime soon. Currently Applesauce is aims at one instance running per server. This is a lot of resources and a pain. I would love to setup a single version of Applesauce that could then be added and configured on each server individually. This probably will require far more work then I think it will.

Still to do:

mpsparrow commented 4 years ago

Decided to tackle this as it is more of a framework item and would be a pain to add in later. Got per guild command checking done. Still need to add in enabling and disabling command options.