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 1b2972b commit d2cb698Copy full SHA for d2cb698
discord/ext/pages/pagination.py
@@ -1202,7 +1202,7 @@ async def respond(
1202
)
1203
# convert from WebhookMessage to Message reference to bypass
1204
# 15min webhook token timeout (non-ephemeral messages only)
1205
- if not ephemeral:
+ if not ephemeral and not msg.flags.ephemeral:
1206
msg = await msg.channel.fetch_message(msg.id)
1207
else:
1208
msg = await interaction.response.send_message(
0 commit comments