Fix MessageReferenceType not being public

This commit is contained in:
z03h
2024-10-12 18:48:22 -04:00
committed by GitHub
parent b207c8a1ac
commit 20875646a3
+1
View File
@@ -76,6 +76,7 @@ __all__ = (
'PollLayoutType', 'PollLayoutType',
'VoiceChannelEffectAnimationType', 'VoiceChannelEffectAnimationType',
'SubscriptionStatus', 'SubscriptionStatus',
'MessageReferenceType',
) )