-
-
Notifications
You must be signed in to change notification settings - Fork 482
Open
Labels
Milestone
Description
Line: 3154
Lines 3151 to 3161 in 6ab3292
payload["uses"] = payload.get("uses", 0) | |
return Invite(state=self._state, data=payload, guild=self, channel=channel) | |
# TODO: use MISSING when async iterators get refactored | |
def audit_logs( | |
self, | |
*, | |
limit: int | None = 100, | |
before: SnowflakeTime | None = None, | |
after: SnowflakeTime | None = None, | |
oldest_first: bool | None = None, |