Add missing AuditLogEntry.guild documentation

This commit is contained in:
Rapptz 2023-01-21 00:04:08 -05:00
parent bbba8c650f
commit aa981ade1d

View File

@ -553,6 +553,8 @@ class AuditLogEntry(Hashable):
.. versionadded:: 2.2
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.