Fix building docs due to missing InteractionMessage in __all__

This commit is contained in:
Alex Nørgaard
2021-07-03 13:24:57 -04:00
committed by GitHub
parent 93cc1bdd79
commit 6a553b2347
+1
View File
@@ -41,6 +41,7 @@ from .webhook.async_ import async_context, Webhook, handle_message_parameters
__all__ = ( __all__ = (
'Interaction', 'Interaction',
'InteractionMessage',
'InteractionResponse', 'InteractionResponse',
) )