This should get us back on track (tested on ARCH Linux)

This commit is contained in:
Cedric
2023-07-27 18:07:02 +02:00
parent 5c158cf8a8
commit e4586a5834
23 changed files with 836 additions and 76 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class Registry:
@classmethod
def pre_start_all(cls):
# call pre_start() on instances so they can start any init() processes
# call pre_start() on instances, so they can start any init() processes
mods = cls.get_instance("bot").modules
for key in cls._registry:
if str(cls._registry[key].module_name).split(".")[0] not in mods: