Harrison
DIAdiscord.js - Imagine an app
•Created by Harrison on 11/7/2023 in #djs-questions
Updating ephemeral
Hi, is it possible to update ephemeral in a message after it's been deferred, in v13 it was, can't find if it was removed in v14.
Here's my code:
interactionCreate.js
await interaction.deferReply();
embed.js
await interaction.editReply({
embeds: [embed],
components,
ephemeral: true
});
38 replies