diff --git a/discord/interactions.py b/discord/interactions.py index b81dfa08e..5438ae7fc 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', )