diff --git a/discord/enums.py b/discord/enums.py index 897f96021..211b88fd6 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -51,6 +51,8 @@ __all__ = ( 'ComponentType', 'ButtonStyle', 'StagePrivacyLevel', + 'InteractionType', + 'InteractionResponseType', ) def _create_value_cls(name):