Browse Source
Fix MessageReferenceType not being public
pull/9975/head
z03h
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
discord/enums.py
|
@ -76,6 +76,7 @@ __all__ = ( |
|
|
'PollLayoutType', |
|
|
'PollLayoutType', |
|
|
'VoiceChannelEffectAnimationType', |
|
|
'VoiceChannelEffectAnimationType', |
|
|
'SubscriptionStatus', |
|
|
'SubscriptionStatus', |
|
|
|
|
|
'MessageReferenceType', |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|