diff --git a/omnibot/bot.py b/omnibot/bot.py index 49a1490..09da8d4 100644 --- a/omnibot/bot.py +++ b/omnibot/bot.py @@ -164,10 +164,8 @@ class Bot: ) async def keepalive(self): - # loop while we're connected, check every second await self.__quitting.wait() log.info("Shutting down gracefully") - # TODO: unload modules await asyncio.gather( *[plugin.on_unload(self.connection) for plugin in self.plugins] )