File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ class AuditLogEntry(DictSerializerMixin):
234234 :ivar Optional[Snowflake] user_id: User or app that made the changes
235235 :ivar Snowflake id: ID of the entry
236236 :ivar AuditLogEvents action_type: Type of action that occurred
237- :ivar Optional[AuditEntryInfo] options: Additional info for certain event types
237+ :ivar OptionalAuditEntryInfo options: Additional info for certain event types
238238 :ivar Optional[str] reason: Reason for the change (1-512 characters)
239239 """
240240
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ class GuildAuditLogEntry(AuditLogEntry):
222222 :ivar Optional[Snowflake] user_id: User or app that made the changes
223223 :ivar Snowflake id: ID of the entry
224224 :ivar AuditLogEvents action_type: Type of action that occurred
225- :ivar Optional[AuditEntryInfo] options: Additional info for certain event types
225+ :ivar OptionalAuditEntryInfo options: Additional info for certain event types
226226 :ivar Optional[str] reason: Reason for the change (1-512 characters)
227227 """
228228
You can’t perform that action at this time.
0 commit comments