From 6ad55415736bfd0b8bb7562c0aaa0fdac1a56e6c 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 172f736a9..0f1d02695 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -75,6 +75,8 @@ __all__ = ( 'EntitlementType', 'EntitlementOwnerType', 'PollLayoutType', + 'InviteType', + 'ReactionType', 'VoiceChannelEffectAnimationType', 'SubscriptionStatus', 'MessageReferenceType',