diff options
| -rw-r--r-- | discord/enums.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/enums.py b/discord/enums.py index 897f9602..211b88fd 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -51,6 +51,8 @@ __all__ = ( 'ComponentType', 'ButtonStyle', 'StagePrivacyLevel', + 'InteractionType', + 'InteractionResponseType', ) def _create_value_cls(name): |