Discord.js

Interaction has already been acknowledged.
2 Replies
d.js toolkit
d.js toolkit13mo 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!
06.o
06.o13mo ago
const user = await interaction.options.getUser("user", true);
const ticket = await client.db.get(`tickets_${interaction.channel.id}`);
if (!ticket) return await interaction.reply({content: "**لم يتم إيجاد التذكرة**", ephemeral: true}).catch((e) => console.log(e));
const user = await interaction.options.getUser("user", true);
const ticket = await client.db.get(`tickets_${interaction.channel.id}`);
if (!ticket) return await interaction.reply({content: "**لم يتم إيجاد التذكرة**", ephemeral: true}).catch((e) => console.log(e));
I'm getting the reply and error in the cmd : Interaction has already been acknowledged.
Want results from more Discord servers?
Add your server