From 20875646a3581c2712843103ef4935bea899f8b4 Mon Sep 17 00:00:00 2001 From: z03h <7235242+z03h@users.noreply.github.com> Date: Sat, 12 Oct 2024 15:48:22 -0700 Subject: [PATCH] Fix MessageReferenceType not being public --- discord/enums.py | 1 + 1 file changed, 1 insertion(+) diff --git a/discord/enums.py b/discord/enums.py index 5a361b225..4fe5f3ffa 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -76,6 +76,7 @@ __all__ = ( 'PollLayoutType', 'VoiceChannelEffectAnimationType', 'SubscriptionStatus', + 'MessageReferenceType', )