This interaction failed but components are working

I'm trying to create an interactive settings command by using interactable dropdown menus and buttons. Everything works fine but when I editReply the interaction after the user selects an option, the following edits show an "This interaction failed" message yet everything works just fine. Here's a screenshot and the snippet that's causing the issue
DT
d.js toolkit17d 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! - Marked as resolved by OP
DD
d.js docs17d ago
Documentation suggestion for @LolGamer: :method: SelectMenuInteraction#update() Updates the original message of the component on which the interaction was received on.
A
Amgelo17d ago
use that instead, since that'll actually reply to the interaction
L
LolGamer17d ago
I tried going the update way, but it says not a method
A
Amgelo17d ago
use it on your confirmation interaction since that's the select menu interaction
L
LolGamer17d ago
Oh, so, instead of passing the og interaction I should use the confirmation, correct?
A
Amgelo17d ago
yes since that's the component interaction using it in the original interaction would throw an error since you already replied to that one it shouldn't say it's not a method though, that's weird but anyways you aren't using it either way
L
LolGamer17d ago
Yep, passing on the confirmation rather than the original interaction solved it. You are a real one Amgelo It did since the og Interaction was, well... an interaction, BaseInteraction does not have update but ChatInputCommandInteraction does
Want results from more Discord servers?
Add your server
More Posts
interaction.channel is null in DMit works for servers, but not in direct message as 'user app'. I already use as suggestions of otheDiscord cdn not working?I'm storing a link of an image attachment `...cdn.discordapp.com/attachments...` and the content is this isn’t really an error but more of a questionHow would you exactly use the presence to detect if a specific role has online members? as i am tryduplicate responsesSlash command Duplicate error!!i keep getting this error trying to refresh my slash cmds using the command deploy from discordjs.gucrash even if I have a trycatchThe bot crashes even if I put a trycatch(error).Trouble with collector and interactionsHere's the part of my code that's causing errors: ```javascript async function handleListReactions(unknown interactionhello everyone i have a ticket bot and when the admin want to close the ticket and press the button What are the exact differences between a Webhook and a Webhook client?I've read the page on the [discordjs.guide](https://discordjs.guide/popular-topics/webhooks.html#whaChecking if a user is mobiile```JS client.on('messageCreate', async (message) => { // Check if the user is online and has preSharding QuestionsHello, As my bot is nearly reaching the 2k servers. I need to prepare it to sharding but I have soRepeating interactionIs there a way to use the 'interaction.update' multiple times? So i can make like one button after aWhat Discord.js features have the potential to hit the limit/go over the set Discord API limits?Where can I even find Discord's API limits? I just want to make sure that what I am doing with my boError when i do npm install discord.jsi don’t know how to fix this at all and i’m beyond confused i’ve tried so many times i am useing VisSimple question, how can I check if an incoming message is *specifically* a slash command?How can I check to see if an incoming message (messageCreate) is a slash command? Sometimes a typo cdiscord voice enginehello im just asking if someone got an alternative discord voice engine that work on windowsDeleting Ephemeral MessagesIs there any sort of way to reply to an interaction privately and then delete the reply?Button Automatically PressingHello! Im currently working on a bot using oauth2. Im in the middle of rewriting how i handle refresBot joins the vc but audio doesn't playyes the path is correct. ```js var { voice } = message.member if(!voice.channelId) return mCommand handler changeWould it be possible (is there an example) of a command handler, that looks into a folder with all o