fix (guild admin): Fix typo in module import

This commit is contained in:
2021-10-05 11:20:16 +03:00
parent af26de6603
commit 4523b16d87

View File

@@ -2,4 +2,4 @@ from .module import module
from . import guild_config from . import guild_config
from . import statreset from . import statreset
from . import utils from . import new_members