FG
DIAdiscord.js - Imagine an app
•Created by FG on 6/22/2024 in #djs-questions
button interaction failed (collector/interaction create?)
I see,
Actually i had 3 buttons
1st button is in the panel, to create ticket
then it will create a new thread after filled up the modal
2nd button is inside the thread, to close the ticket and new message with the 3rd button ask to confirm delete ticket
3rd button to delete the thread
53 replies
DIAdiscord.js - Imagine an app
•Created by FG on 6/22/2024 in #djs-questions
button interaction failed (collector/interaction create?)
Nope they are in diff message
53 replies
DIAdiscord.js - Imagine an app
•Created by FG on 6/22/2024 in #djs-questions
button interaction failed (collector/interaction create?)
hello, if follow using message.createMessageComponentCollector,
meaning that I would have to create 2 collector in ticket.js?
53 replies
DIAdiscord.js - Imagine an app
•Created by FG on 6/22/2024 in #djs-questions
button interaction failed (collector/interaction create?)
Okay, let me try, seems like it's the collector doesn't setup properly thanks
53 replies
DIAdiscord.js - Imagine an app
•Created by FG on 6/22/2024 in #djs-questions
button interaction failed (collector/interaction create?)
I tried to log my clicked button's customId, it shows nothings, and for sure that the Id is matched.
Could it because the interaction only collect from my panel channel?
53 replies
DIAdiscord.js - Imagine an app
•Created by FG on 6/22/2024 in #djs-questions
button interaction failed (collector/interaction create?)
Hi there, I have tried one by one, the execution stop at line 268
53 replies
DIAdiscord.js - Imagine an app
•Created by FG on 6/22/2024 in #djs-questions
button interaction failed (collector/interaction create?)
okay, let me have a look
53 replies
DIAdiscord.js - Imagine an app
•Created by FG on 6/22/2024 in #djs-questions
button interaction failed (collector/interaction create?)
I mean my console doesn't shows which Line stops..
53 replies
DIAdiscord.js - Imagine an app
•Created by FG on 6/22/2024 in #djs-questions
button interaction failed (collector/interaction create?)
still cant find any
53 replies
DIAdiscord.js - Imagine an app
•Created by FG on 6/22/2024 in #djs-questions
button interaction failed (collector/interaction create?)
Any other document i can refer to console.log using VS 2022?
53 replies
DIAdiscord.js - Imagine an app
•Created by FG on 6/22/2024 in #djs-questions
button interaction failed (collector/interaction create?)
Hmm.. cant find any..
53 replies
DIAdiscord.js - Imagine an app
•Created by FG on 6/22/2024 in #djs-questions
button interaction failed (collector/interaction create?)
53 replies
DIAdiscord.js - Imagine an app
•Created by FG on 6/22/2024 in #djs-questions
button interaction failed (collector/interaction create?)
😥
53 replies
DIAdiscord.js - Imagine an app
•Created by FG on 6/22/2024 in #djs-questions
button interaction failed (collector/interaction create?)
Log shows nothing :monkaStop:
53 replies
DIAdiscord.js - Imagine an app
•Created by FG on 6/22/2024 in #djs-questions
button interaction failed (collector/interaction create?)
private thread
53 replies
DIAdiscord.js - Imagine an app
•Created by FG on 6/22/2024 in #djs-questions
button interaction failed (collector/interaction create?)
its a Thread
53 replies
DIAdiscord.js - Imagine an app
•Created by FG on 6/22/2024 in #djs-questions
button interaction failed (collector/interaction create?)
Okay
53 replies
DIAdiscord.js - Imagine an app
•Created by FG on 6/22/2024 in #djs-questions
button interaction failed (collector/interaction create?)
What I know is from collector there is error;
Line 188 works, but Line 268 does not work
53 replies
DIAdiscord.js - Imagine an app
•Created by FG on 6/22/2024 in #djs-questions
button interaction failed (collector/interaction create?)
const ticketChannel = interaction.messages.channels.first();
?53 replies
DIAdiscord.js - Imagine an app
•Created by FG on 6/22/2024 in #djs-questions
button interaction failed (collector/interaction create?)
using arg[0]?
53 replies