forwards-long-jump / discotron

Modular Discord bot supporting plugins hosted on git repositories
MIT License
3 stars 5 forks source link

Allows plugin to define config that can be edited in the dashboard #63

Open Blatoy opened 4 years ago

Blatoy commented 4 years ago

Each plugin could register settings that would be saved in the db, with default values and specify the kind of type it is (like text, number, select, ...).

Each config entry could show up as a widget on the dashboard (we might even allow custom widgets?)