Improved bot startup logic

This commit is contained in:
2021-11-16 18:34:41 +01:00
parent 2176037d08
commit d2c233a855
12 changed files with 80 additions and 24 deletions

View File

@@ -8,4 +8,4 @@ class ModuleServiceABC(ABC):
def __init__(self): pass
@abstractmethod
async def start_modules(self): pass
async def on_ready(self): pass