We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb6a65 commit 5b2f35aCopy full SHA for 5b2f35a
discord/ext/pages/pagination.py
@@ -738,7 +738,7 @@ async def respond(
738
ephemeral=ephemeral,
739
)
740
# convert from WebhookMessage to Message reference to bypass 15min webhook token timeout
741
- msg = msg.channel.get_partial_message(msg.id) or await msg.channel.fetch_message(msg.id)
+ msg = await msg.channel.fetch_message(msg.id)
742
else:
743
msg = await interaction.response.send_message(
744
content=page if isinstance(page, str) else None,
0 commit comments