Add interaction enums to __all__

This commit is contained in:
Rapptz 2021-05-31 05:56:50 -04:00
parent d0097c4281
commit 89d24cb0bc

View File

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