atomicptr / isic

A modular Discord bot.
https://isic.js.org
MIT License
1 stars 0 forks source link

Add ability to have server specific module settings #1

Open atomicptr opened 7 years ago

atomicptr commented 7 years ago

Currently I hold all plugin settings in one json file config.json, this is not very practical especially since modules might use the same identifier for a key #2. It might make a lot of sense to put the configurations in the per server database.

For instance my module https://github.com/atomicptr/isic-warframe has besides filters and platform specific settings (in this case PC, PS4 or XB1) which are interesting for a few servers but probably not for all (see #6), bot wide settings suck.