Browse Source

Add missing InviteType and ReactionType

Fixes https://github.com/Rapptz/discord.py/issues/10309
pull/10310/head
Levi Pesin 4 weeks ago
committed by GitHub
parent
commit
25f989261e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      discord/enums.py

2
discord/enums.py

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

Loading…
Cancel
Save