Currently things like command prefix, help channel ID, etc. are hard coded.
To do anything useful past one guild we need to stand up a database schema that allows for settings thing per-guild.
Basic Example
Here is a rough stub that needs worked on. I think (?) that we should introduce a new path under src/ for database things specifically, so that they can be shared between the bot and web service.
Summary
Currently things like command prefix, help channel ID, etc. are hard coded.
To do anything useful past one guild we need to stand up a database schema that allows for settings thing per-guild.
Basic Example
Here is a rough stub that needs worked on. I think (?) that we should introduce a new path under
src/
for database things specifically, so that they can be shared between the bot and web service.Drawbacks and Impact
Complexity.
Unresolved questions