From 65d44edf5683886d599022b675196d4d462cb48c Mon Sep 17 00:00:00 2001 From: Levi Pesin <35454228+LeviPesin@users.noreply.github.com> Date: Mon, 29 Sep 2025 02:02:52 +0930 Subject: [PATCH] Add missing InviteType and ReactionType exports --- discord/enums.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord/enums.py b/discord/enums.py index 7dc4bccd0..17cd616df 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -75,6 +75,8 @@ __all__ = ( 'EntitlementType', 'EntitlementOwnerType', 'PollLayoutType', + 'InviteType', + 'ReactionType', 'VoiceChannelEffectAnimationType', 'SubscriptionStatus', 'MessageReferenceType',