Browse Source

Fix building docs due to missing InteractionMessage in __all__

pull/7167/head
Alex Nørgaard 4 years ago
committed by GitHub
parent
commit
6a553b2347
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      discord/interactions.py

1
discord/interactions.py

@ -41,6 +41,7 @@ from .webhook.async_ import async_context, Webhook, handle_message_parameters
__all__ = (
'Interaction',
'InteractionMessage',
'InteractionResponse',
)

Loading…
Cancel
Save