sudomakecoffee / weatherbot

Discord bot that rolls a d100 for a daily weather event
0 stars 0 forks source link

(feat) Move configuration to database #4

Open sudomakecoffee opened 1 year ago

sudomakecoffee commented 1 year ago

Configuration is currently persisted in a flat file, and should be moved to a database for scalability. Database layer abstraction is a bonus.

sudomakecoffee commented 1 year ago

Basic implementation framework:

https://discordjs.guide/sequelize/