aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2021-05-31 05:56:50 -0400
committerRapptz <[email protected]>2021-05-31 05:56:50 -0400
commit89d24cb0bc85deeefa03f667716b296cc63f789e (patch)
tree3b5966a03777006e4b7a6c8b991dded74a02dd4e
parentRemove view syncing before editing in views (diff)
downloaddiscord.py-89d24cb0bc85deeefa03f667716b296cc63f789e.tar.xz
discord.py-89d24cb0bc85deeefa03f667716b296cc63f789e.zip
Add interaction enums to __all__
-rw-r--r--discord/enums.py2
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):