diff options
Diffstat (limited to 'discord')
| -rw-r--r-- | discord/interactions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/interactions.py b/discord/interactions.py index b81dfa08..5438ae7f 100644 --- a/discord/interactions.py +++ b/discord/interactions.py @@ -41,6 +41,7 @@ from .webhook.async_ import async_context, Webhook, handle_message_parameters __all__ = ( 'Interaction', + 'InteractionMessage', 'InteractionResponse', ) |