Browse Source

Fix MessageReferenceType not being public

pull/9975/head
z03h 6 months ago
committed by GitHub
parent
commit
20875646a3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      discord/enums.py

1
discord/enums.py

@ -76,6 +76,7 @@ __all__ = (
'PollLayoutType',
'VoiceChannelEffectAnimationType',
'SubscriptionStatus',
'MessageReferenceType',
)

Loading…
Cancel
Save