From cb8ab6d836af67b854becbcea22a642465124905 Mon Sep 17 00:00:00 2001 From: Luna Mendes Date: Wed, 20 Jun 2018 17:40:35 -0300 Subject: [PATCH] gateway.websocket: remove comment about bots --- litecord/gateway/websocket.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litecord/gateway/websocket.py b/litecord/gateway/websocket.py index e0aba21..796f3ab 100644 --- a/litecord/gateway/websocket.py +++ b/litecord/gateway/websocket.py @@ -98,7 +98,6 @@ class GatewayWebsocket: async def _make_guild_list(self) -> List[int]: # TODO: This function does not account for sharding. - # TODO: This function does not account for bots. user_id = self.state.user_id guild_ids = await self.ext.db.fetch("""