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

config db table #61

Closed mpsparrow closed 4 years ago

mpsparrow commented 4 years ago

Need a config options table to store per guild cog settings. 3 columns: guild_id, option_name, option_value guild_id and option_name are primary keys

Going to need a query and table creation. Then going to need to rewrite some cogs like archiving.py to use it.

mpsparrow commented 4 years ago

0a2da2f59205b9d7adf9e386caa3ec5db68c211b