diff options
| author | Rapptz <[email protected]> | 2021-05-31 05:56:50 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-05-31 05:56:50 -0400 |
| commit | 89d24cb0bc85deeefa03f667716b296cc63f789e (patch) | |
| tree | 3b5966a03777006e4b7a6c8b991dded74a02dd4e | |
| parent | Remove view syncing before editing in views (diff) | |
| download | discord.py-89d24cb0bc85deeefa03f667716b296cc63f789e.tar.xz discord.py-89d24cb0bc85deeefa03f667716b296cc63f789e.zip | |
Add interaction enums to __all__
| -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): |