#Interaction has already been acknowledged

7 messages · Page 1 of 1 (latest)

solid foxBOT
#
  • What's your exact discord.js npm list discord.js and node node -v version?
  • Not a discord.js issue? Check out #1081585952654360687.
  • 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!
fading pulsar
#

Accidentally deleted my message

#

This is the error

#

This is the file of the command

#

that produces the error

#

This is my interactionCreate file

onyx badgeBOT
#
  • DiscordAPIError: Interaction has already been acknowledged
  • [InteractionAlreadyReplied]: The reply to this interaction has already been sent or deferred.

You have already replied to the interaction.

  • Use <Interaction>.followUp() to send a new message
  • If you deferred reply it's better to use <Interaction>.editReply()
  • Responding to slash commands / message components