diff options
| author | Alex Nørgaard <[email protected]> | 2021-07-03 18:24:57 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-03 13:24:57 -0400 |
| commit | 6a553b2347100df1609ec084411e0889ee4f1b38 (patch) | |
| tree | 3ed77360a9ce5c72c057f0b65341d37b9cb5cc0c /discord | |
| parent | Fix typing errors in PartialEmoji (diff) | |
| download | discord.py-6a553b2347100df1609ec084411e0889ee4f1b38.tar.xz discord.py-6a553b2347100df1609ec084411e0889ee4f1b38.zip | |
Fix building docs due to missing InteractionMessage in __all__
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', ) |