Browse Source

Add missing AuditLogEntry.guild documentation

pull/10109/head
Rapptz 2 years ago
committed by dolfies
parent
commit
b692254dca
  1. 2
      discord/audit_logs.py

2
discord/audit_logs.py

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

Loading…
Cancel
Save