#Send message in interaction channel while not getting message 'interaction did not respond'

18 messages · Page 1 of 1 (latest)

jagged coyote
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

trail bluff
#

14.5.0

grim ledge
#

use interaction.reply()

trail bluff
#

that replies to the message

#

i want a separate message in the channel

grim ledge
trail bluff
#

reply not as in a literal reply but something like this message

grim ledge
#

just use interaction.reply()...

trail bluff
#

i'm deleting the interaction message

grim ledge
#

ok

trail bluff
#

basically interaction.channel.send() but without the application did not respond message

grim ledge
#

again, use interaction.reply()

trail bluff
#

okay but i don't want this

grim ledge
#

you can make an ephemeral "success" message if you want, then send a new message ._.

trail bluff
#

there's no way to ignore the interaction?

grim ledge
#

no

trail bluff
#

k

#

kind of dumb but works i guess