From b692254dca72a30f38645da40d8daadc66629746 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 21 Jan 2023 00:04:08 -0500 Subject: [PATCH] Add missing AuditLogEntry.guild documentation --- discord/audit_logs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord/audit_logs.py b/discord/audit_logs.py index 5e4ad8800..3c0ca5587 100644 --- a/discord/audit_logs.py +++ b/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.