Browse Source
Fix building docs due to missing InteractionMessage in __all__
pull/7167/head
Alex Nørgaard
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
discord/interactions.py
|
|
@ -41,6 +41,7 @@ from .webhook.async_ import async_context, Webhook, handle_message_parameters |
|
|
|
|
|
|
|
__all__ = ( |
|
|
|
'Interaction', |
|
|
|
'InteractionMessage', |
|
|
|
'InteractionResponse', |
|
|
|
) |
|
|
|
|
|
|
|