how can I do this? and dps he answer

how can I do this? and dps he answer
No description
5 Replies
d.js toolkit
d.js toolkit9mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
d.js docs
d.js docs9mo ago
Suggestion for @joaozinho2905:guide Slash Commands: Command response methods - Deferred responses read more
Joãozinho
Joãozinho9mo ago
No description
grass
grass9mo ago
await the defer
and
and9mo ago
await interaction.deferReply();
// your code
await interaction.editReply("the message you want to send after");
await interaction.deferReply();
// your code
await interaction.editReply("the message you want to send after");