Closed mpsparrow closed 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.
0a2da2f59205b9d7adf9e386caa3ec5db68c211b
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.