We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5397c03 commit d26811dCopy full SHA for d26811d
discord/iterators.py
@@ -1248,7 +1248,6 @@ async def fill_queue(self) -> None:
1248
limit = 50 if self.limit is None else max(self.limit, 50)
1249
data = await self.endpoint(self.channel_id, before=self.before, limit=limit)
1250
1251
- # This stuff is obviously WIP because 'members' is always empty
1252
pins: list[MessagePinPayload] = data.get("items", [])
1253
for d in pins:
1254
self.queue.put_nowait(self.create_pin(d))
0 commit comments