Moved event abc & added event function (without content) to ModuleService

This commit is contained in:
2021-11-18 08:51:15 +01:00
parent 3832f9b8fc
commit 5cbd40ec03
4 changed files with 122 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ from gismo_core.abc.bot_service_abc import BotServiceABC
from gismo_core.abc.message_service_abc import MessageServiceABC
from gismo_core.configuration.server_settings import ServerSettings
from modules_core.abc.module_abc import ModuleABC
from modules_core.abc.on_ready_abc import OnReadyABC
from modules_core.abc.events.on_ready_abc import OnReadyABC
class BootLog(ModuleABC, OnReadyABC):