Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion interactions/api/models/audit_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ class AuditLogEntry(DictSerializerMixin):
:ivar Optional[Snowflake] user_id: User or app that made the changes
:ivar Snowflake id: ID of the entry
:ivar AuditLogEvents action_type: Type of action that occurred
:ivar Optional[AuditEntryInfo] options: Additional info for certain event types
:ivar OptionalAuditEntryInfo options: Additional info for certain event types
:ivar Optional[str] reason: Reason for the change (1-512 characters)
"""

Expand Down
2 changes: 1 addition & 1 deletion interactions/api/models/gw.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class GuildAuditLogEntry(AuditLogEntry):
:ivar Optional[Snowflake] user_id: User or app that made the changes
:ivar Snowflake id: ID of the entry
:ivar AuditLogEvents action_type: Type of action that occurred
:ivar Optional[AuditEntryInfo] options: Additional info for certain event types
:ivar OptionalAuditEntryInfo options: Additional info for certain event types
:ivar Optional[str] reason: Reason for the change (1-512 characters)
"""

Expand Down