Browse Source
Add missing InviteType and ReactionType exports
pull/10322/head
Levi Pesin
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
discord/enums.py
|
|
@ -75,6 +75,8 @@ __all__ = ( |
|
|
|
'EntitlementType', |
|
|
|
'EntitlementOwnerType', |
|
|
|
'PollLayoutType', |
|
|
|
'InviteType', |
|
|
|
'ReactionType', |
|
|
|
'VoiceChannelEffectAnimationType', |
|
|
|
'SubscriptionStatus', |
|
|
|
'MessageReferenceType', |
|
|
|