Update to new HoloTech core framework.
Functionally this adds the 'profiles' plugin, replaces the psqlmapper with the submodule, and changes how data version checks are performed, which is now the responsibility of the client. The version history schema has changed, and the module schemas have been removed from the schema initialisation file.
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
this_package = "modules"
|
||||
|
||||
active = [".sysadmin", ".voicefix", ".messagelogger", ".voicelog", ".yarn"]
|
||||
active = [
|
||||
".sysadmin",
|
||||
".profiles",
|
||||
".voicefix",
|
||||
".messagelogger",
|
||||
".voicelog",
|
||||
".yarn"
|
||||
]
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
|
||||
Submodule
+1
Submodule src/modules/profiles added at c9b6ce8f60
Reference in New Issue
Block a user