diff --git a/discord/audit_logs.py b/discord/audit_logs.py index 95e846d68..a950d8c25 100644 --- a/discord/audit_logs.py +++ b/discord/audit_logs.py @@ -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.