diff --git a/discord/audit_logs.py b/discord/audit_logs.py index 22ce607cd..7df6cdad5 100644 --- a/discord/audit_logs.py +++ b/discord/audit_logs.py @@ -70,7 +70,19 @@ if TYPE_CHECKING: from .app_commands import AppCommand 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, ]