-
-
Notifications
You must be signed in to change notification settings - Fork 478
Closed
Milestone
Description
Line: 513
Lines 510 to 520 in 6ab3292
| 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) | |
| ) | |