Browse Source

Add missing AuditLogEntry.guild documentation

pull/9200/head
Rapptz 2 years ago
parent
commit
aa981ade1d
  1. 2
      discord/audit_logs.py

2
discord/audit_logs.py

@ -553,6 +553,8 @@ class AuditLogEntry(Hashable):
.. versionadded:: 2.2 .. versionadded:: 2.2
id: :class:`int` id: :class:`int`
The entry ID. The entry ID.
guild: :class:`Guild`
The guild that this entry belongs to.
target: Any target: Any
The target that got changed. The exact type of this depends on The target that got changed. The exact type of this depends on
the action being done. the action being done.

Loading…
Cancel
Save