Browse Source

Add missing InviteType and ReactionType exports

v2.6.x
Levi Pesin 3 weeks ago
committed by Rapptz
parent
commit
65d44edf56
  1. 2
      discord/enums.py

2
discord/enums.py

@ -75,6 +75,8 @@ __all__ = (
'EntitlementType', 'EntitlementType',
'EntitlementOwnerType', 'EntitlementOwnerType',
'PollLayoutType', 'PollLayoutType',
'InviteType',
'ReactionType',
'VoiceChannelEffectAnimationType', 'VoiceChannelEffectAnimationType',
'SubscriptionStatus', 'SubscriptionStatus',
'MessageReferenceType', 'MessageReferenceType',

Loading…
Cancel
Save