Remove a couple of old comments

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-06-04 18:00:00 -07:00
parent ed9c3ddaa2
commit 316b91a9fd

View File

@@ -164,10 +164,8 @@ class Bot:
) )
async def keepalive(self): async def keepalive(self):
# loop while we're connected, check every second
await self.__quitting.wait() await self.__quitting.wait()
log.info("Shutting down gracefully") log.info("Shutting down gracefully")
# TODO: unload modules
await asyncio.gather( await asyncio.gather(
*[plugin.on_unload(self.connection) for plugin in self.plugins] *[plugin.on_unload(self.connection) for plugin in self.plugins]
) )