Browse Source

Add interaction enums to __all__

pull/7005/head
Rapptz 4 years ago
parent
commit
89d24cb0bc
  1. 2
      discord/enums.py

2
discord/enums.py

@ -51,6 +51,8 @@ __all__ = (
'ComponentType',
'ButtonStyle',
'StagePrivacyLevel',
'InteractionType',
'InteractionResponseType',
)
def _create_value_cls(name):

Loading…
Cancel
Save