Interaction reply or edit reply depending on whether anything was sent?
Is there anything in discord.js that would let me call one function that would either reply to an interaction (if the bot hasn't replied yet) or edit the reply (if it has)?
It'd be nice to also have the option to either reply or send a follow-up message in the same manner
3 Replies
- 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!.replied
is something I never used but may be something you're looking for?
https://old.discordjs.dev/#/docs/discord.js/main/class/ChatInputCommandInteraction?scrollTo=repliedUse <Interaction>.replied to check if it was replied and <Interaction>.deferred to check it was deferred