diff --git a/discord/audit_logs.py b/discord/audit_logs.py index 4071a1eb0..89f5b88cc 100644 --- a/discord/audit_logs.py +++ b/discord/audit_logs.py @@ -67,7 +67,19 @@ if TYPE_CHECKING: from .threads import Thread TargetType = Union[ - Guild, abc.GuildChannel, Member, User, Role, Invite, Emoji, StageInstance, GuildSticker, Thread, Object, None + Guild, + abc.GuildChannel, + Member, + User, + Role, + Invite, + Emoji, + StageInstance, + GuildSticker, + Thread, + Object, + PartialIntegration, + None, ]