pull/1/head
hikari.ftg 2022-04-03 11:03:02 +00:00
parent 03f7c71557
commit d34a12d768
1 changed files with 2 additions and 0 deletions

View File

@ -159,6 +159,8 @@ class Modules:
def register_all(self, db, mods=None):
"""Load all modules in the module directory"""
self._db = db
if self._compat_layer is None:
from . import compat # noqa