This should get us back on track (tested on ARCH Linux)
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user