From 456c1d497d562a87d497b74de6c2102f64ce62de Mon Sep 17 00:00:00 2001 From: Lala Sabathil Date: Thu, 29 Feb 2024 02:12:51 +0100 Subject: [PATCH] Update iterators.py --- discord/iterators.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/discord/iterators.py b/discord/iterators.py index dedbcf1ed1..8a1a5d74c3 100644 --- a/discord/iterators.py +++ b/discord/iterators.py @@ -557,10 +557,6 @@ async def _fill(self): self._users[u.id] = u for element in data: - # TODO: remove this if statement later - if element["action_type"] is None: - continue - await self.entries.put( AuditLogEntry(data=element, users=self._users, guild=self.guild) )