Skip to content

Commit 090add6

Browse files
authored
docs: remove extra brackets in audit log entry (#1253)
1 parent b583d8d commit 090add6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

interactions/api/models/audit_log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

interactions/api/models/gw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)