aboutsummaryrefslogtreecommitdiff
path: root/discord
diff options
context:
space:
mode:
authorAlex Nørgaard <[email protected]>2021-07-03 18:24:57 +0100
committerGitHub <[email protected]>2021-07-03 13:24:57 -0400
commit6a553b2347100df1609ec084411e0889ee4f1b38 (patch)
tree3ed77360a9ce5c72c057f0b65341d37b9cb5cc0c /discord
parentFix typing errors in PartialEmoji (diff)
downloaddiscord.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.py1
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',
)